Last active
August 19, 2016 17:29
-
-
Save elomatreb/01bb4079e873dea209b0ce5667dfb2e0 to your computer and use it in GitHub Desktop.
global git config stuff
This file contains hidden or 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 = "Ole B." | |
email = [email protected] | |
signingkey = E82FD8D2E1F55FD5 | |
[core] | |
editor = nano | |
excludesfile = ~/.gitignore_global | |
[color] | |
ui = true | |
[format] | |
pretty = %Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cred%G? %C(bold blue)<%an>%Creset | |
[alias] | |
st = status | |
lg = log --graph -n 20 | |
c = commit -m | |
m = merge | |
changed-files = diff-tree --no-commit-id --name-only -r | |
[github] | |
user = elomatreb | |
[push] | |
default = simple | |
[diff] | |
compactionHeuristic = true |
This file contains hidden or 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
*.sublime-project | |
*.sublime-workspace | |
.vscode/ | |
.byebug_history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment