updated git.sh

pull/2/head
Hari Sekhon 3 years ago
parent f807763cc7
commit a4cf8974c2

@ -678,6 +678,11 @@ push(){
pushu(){
push "$@" --set-upstream origin "$(git branch | awk '/^\*/{print $2}')"
}
pushr(){
for remote in $(git remote); do
git push "$remote"
done
}
switchbranch(){
if isGit "."; then

Loading…
Cancel
Save