add g push!
This commit is contained in:
parent
231010fa79
commit
99330b94be
3 changed files with 9 additions and 0 deletions
5
bin/g
5
bin/g
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue