Skip to content

Instantly share code, notes, and snippets.

View jordandm's full-sized avatar

Jordan Dea-Mattson jordandm

  • DevOpsPM
  • Singapore
View GitHub Profile
@tlberglund
tlberglund / gist:3044133
Created July 3, 2012 23:30
Tim's Global-level Git Config
[alias]
lol = log --pretty=oneline --abbrev-commit --graph
prr = pull --rebase --recurse-submodules
monkey = !ls -la
sync = "!git pull; git push"
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[github]
user = tlberglund
token = bc58a85fdcb90b6479b3073275d5d194
[core]