Skip to content

Instantly share code, notes, and snippets.

@elomatreb
Last active August 19, 2016 17:29
Show Gist options
  • Save elomatreb/01bb4079e873dea209b0ce5667dfb2e0 to your computer and use it in GitHub Desktop.
Save elomatreb/01bb4079e873dea209b0ce5667dfb2e0 to your computer and use it in GitHub Desktop.
global git config stuff
[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
*.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