Last active
November 28, 2017 17:41
-
-
Save cedricvidal/7264002 to your computer and use it in GitHub Desktop.
.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
[user] | |
name = Cedric Vidal | |
email = [email protected] | |
[color] | |
ui = true | |
[alias] | |
lg = log --all --graph --decorate --oneline | |
undo = reset --soft HEAD^ | |
ci = commit | |
co = checkout | |
st = status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment