Created
May 11, 2017 20:30
-
-
Save imevro/fde9e681928d19392ef1ec7f88705202 to your computer and use it in GitHub Desktop.
aliases for .gitconfig
This file contains 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] | |
co = checkout | |
c = commit | |
st = status | |
br = branch | |
pl = pull | |
p = push | |
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment