Created
April 16, 2018 16:34
-
-
Save lukad03/9db960953210abdf88651312162b5b09 to your computer and use it in GitHub Desktop.
Git Aliases
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 | |
st = status | |
cm = commit | |
cob = checkout | |
b = "!git for-each-ref --sort='-authordate' --format='%(authordate)%09%(objectname:short)%09%(refname)' refs/heads | sed -e 's-refs/heads/--'" | |
d = diff | |
ds = diff --stat | |
dc = diff --cached |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment