updated git.sh

pull/2/head
Hari Sekhon 3 years ago
parent f407e5caff
commit 67906c6218

@ -635,7 +635,7 @@ gituu(){
#}
push(){
pull "$@" || return 1
pull || return 1
if isGit .; then
echo "> git push $*"
#for remote in $(git remote); do

Loading…
Cancel
Save