Add few git aliases

This commit is contained in:
samedamci 2020-03-10 16:40:50 +01:00
parent c9f44d4ecc
commit 66ac3fcda8

View File

@ -30,3 +30,5 @@ alias ga='git add'
alias gc='git commit'
alias gp='git push'
alias gpom='git push origin master'
alias gl='git log'
alias gpu='git pull'