Created
October 14, 2017 12:21
-
-
Save VelichkoAlexander/d3dc659fc6e3f86e5357c93b165996f2 to your computer and use it in GitHub Desktop.
aliases for .gitconfig
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] | |
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