Skip to content

Instantly share code, notes, and snippets.

@Gomah
Created April 20, 2017 01:12
Show Gist options
  • Save Gomah/09a5a3319ada7d49de1f6fd0005f8899 to your computer and use it in GitHub Desktop.
Save Gomah/09a5a3319ada7d49de1f6fd0005f8899 to your computer and use it in GitHub Desktop.
[user]
email = hi@gomah.fr
name = Gomah
[alias]
loggy = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
prune = fetch --prune
stash-all = stash save --include-untracked
undo = reset --soft HEAD^
[merge]
conflictstyle = diff3
ff = only
[commit]
gpgSign = true
[push]
default = simple
followTags = true
[status]
showUntrackedFiles = all
[transfer]
fsckobjects = true
[diff]
tool = icdiff
[difftool]
prompt = false
[difftool "icdiff"]
cmd = /usr/local/bin/icdiff --line-numbers $LOCAL $REMOTE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment