Skip to content

Instantly share code, notes, and snippets.

@paraita
Last active December 14, 2015 09:29
Show Gist options
  • Save paraita/5065230 to your computer and use it in GitHub Desktop.
Save paraita/5065230 to your computer and use it in GitHub Desktop.
.gitconfig (osx)
[user]
name = Paraita Wohler
email = milkyboi@gmail.com
[alias]
ac = !git add -A && git commit
glog = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative
vglog = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative --name-only
[merge]
tool = emerge
[mergetool "emerge"]
path = /home/paraita/bin/emerge-for-git.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment