Skip to content

Instantly share code, notes, and snippets.

View tdj28's full-sized avatar

TJ tdj28

View GitHub Profile
@tdj28
tdj28 / gitconfig
Created October 4, 2016 03:42 — forked from alexandregama/gitconfig
gitconfig
[alias]
ci = commit
br = branch
co = checkout
df = diff -b
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an, %cr)%Creset' --abbrev-commit --date=relative
rclone = clone --reference /git/cache.git/
ph = push origin HEAD
last = cat-file commit HEAD