Last active
June 26, 2020 00:51
-
-
Save ionixjunior/c92c76735fedb019b87f0137e94f7a10 to your computer and use it in GitHub Desktop.
My simple .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] | |
st = status | |
ci = commit | |
br = branch | |
cia = commit --amend | |
cian = commit --amend --no-edit | |
df = diff | |
co = checkout | |
cl = clean -dfx | |
lg = log --oneline --graph | |
lga = log --oneline --graph --all --decorate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment