This commit is contained in:
ChrisTitusTech 2020-08-19 12:34:12 -05:00
parent 22b3de8619
commit 780bb1e499
2 changed files with 19 additions and 2 deletions

View file

@ -82,6 +82,7 @@ alias gds-stop='sudo systemctl stop openvpn-client@gds'
gitpush() {
git add .
git commit -m "$*"
git pull
git push
}
alias gp=gitpush