Created
July 4, 2019 07:56
-
-
Save obviousdisaster/884593bd8450abbd4ae0319d7aefd736 to your computer and use it in GitHub Desktop.
Git Aliases
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
# add these to ~/.gitconfig | |
[alias] | |
st = status | |
br = branch | |
ci = commit | |
co = checkout | |
dc = diff --cached | |
tree = log --all --decorate --oneline --graph |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment