Last active
July 10, 2018 11:29
-
-
Save alcalyn/ffe653b179b91513a743c763401bf4c8 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 = Julien Maulny | |
email = [email protected] | |
[alias] | |
st = status | |
co = checkout | |
ci = commit | |
br = branch | |
[core] | |
excludesfile = ~/.global_gitignore | |
autocrlf = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then
git config -l
to check if config is well loaded