mygit(){ git add . ; git commit -m "$@"; git push; }
alias gitcommit=mygit
alias gitmerge="git checkout develop && git pull && git merge branchname && git push && git checkout branchname"
mygit(){ git add . ; git commit -m "$@"; git push; }
alias gitcommit=mygit
alias gitmerge="git checkout develop && git pull && git merge branchname && git push && git checkout branchname"