add g push!

This commit is contained in:
William Hilton 2019-10-09 17:16:09 -04:00
parent 231010fa79
commit 99330b94be
3 changed files with 9 additions and 0 deletions

5
bin/g
View file

@ -416,6 +416,11 @@ else
fi
;;
^^ | push!)
echo 'Force push with lease'
git push --force-with-lease
;;
remote)
read -ep "What is the URL for this remote repo?: " remote_url
read -ep "Choose an alias for this remote [origin]: " remote_alias