Skip to content

Instantly share code, notes, and snippets.

@alcalyn
Last active July 10, 2018 11:29
Show Gist options
  • Save alcalyn/ffe653b179b91513a743c763401bf4c8 to your computer and use it in GitHub Desktop.
Save alcalyn/ffe653b179b91513a743c763401bf4c8 to your computer and use it in GitHub Desktop.
gitconfig
[user]
name = Julien Maulny
email = julien.maulny@protonmail.com
[alias]
st = status
co = checkout
ci = commit
br = branch
[core]
excludesfile = ~/.global_gitignore
autocrlf = true
@alcalyn
Copy link
Author

alcalyn commented Jul 10, 2018

Then git config -l to check if config is well loaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment