-
-
Save kpumuk/54615 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias ga="git add" | |
alias gb="git branch" | |
alias gc="git checkout" | |
alias gd="git diff" | |
alias gci="git commit" | |
alias gg='git log --graph --pretty=format:"%Cred%h%Creset — %s %Cgreen(%cr)%Creset" --abbrev-commit --date=relative' | |
alias gl="git pull" | |
alias gm="git merge" | |
alias gp="git push" | |
alias gs="git status" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment