diff options
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -230,10 +230,12 @@ function vcs_log { function vcs_upgrade { git pull $PKG_ROOT/${PWD:t} master + git remote update } function vcs_push { git push $PKG_ROOT/${PWD:t} master + git remote update } function vcs_status { |