Skip to content

Instantly share code, notes, and snippets.

@alexdunae
Last active August 29, 2015 14:00
Show Gist options
  • Save alexdunae/11055089 to your computer and use it in GitHub Desktop.
Save alexdunae/11055089 to your computer and use it in GitHub Desktop.
[user]
name = Alex Dunae
email = alex@dunae.ca
[diff]
[color]
ui = auto
[core]
editor = subl -n -w
[credential]
helper = osxkeychain
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[alias]
head = !git l -1
co = checkout
cleanup = !git remote prune origin && git gc && git clean -df && git stash clear
h = !git head
hp = "!. ~/.githelpers && show_git_head"
r = !git l -30
ra = !git r --all
l = "!. ~/.githelpers && pretty_git_log"
la = !git l --all
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment