Add few git aliases

This commit is contained in:
Wiktor Zykubek 2020-03-10 16:40:50 +01:00
parent 49bcdfa502
commit 8a6a67083f

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'