From 3722c509b43172f9d8bb90010e7a81307982c818 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 23 Dec 2008 22:09:51 +0100 Subject: pkg: Call git remote update after pulling/pushing --- bin/pkg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index f1a7ddc..97431b4 100755 --- a/bin/pkg +++ b/bin/pkg @@ -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 { -- cgit v1.2.3