-
-
Save iborba/5999e92d8cdab69b5c4b9769a6f3370b to your computer and use it in GitHub Desktop.
git alias
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
[color] | |
ui = auto | |
status = auto | |
diff = auto | |
branch = auto | |
interactive = auto | |
[alias] | |
co = checkout | |
lg = log --all --graph --decorate --oneline --abbrev-commit | |
cm = commit | |
ac = !git add -A && git commit | |
st = status -sb | |
tags = tag -l | |
branches = branch -a | |
[commit] | |
template = ~/.gitmessage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment