Skip to content

Commit

Permalink
comment gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Jun 4, 2012
1 parent a08fc42 commit 025099b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .gitconfig
Expand Up @@ -15,15 +15,26 @@
ff = merge --ff-only
pullff = pull --ff-only
noff = merge --no-ff
div = divergence
gn = goodness
gnc = goodness --cached
fa = fetch --all
pom = push origin master
b = branch
ds = diff --stat=160,120
dh1 = diff HEAD~1

# Divergence (commits we added and commits remote added)
div = divergence

# Goodness (summary of diff lines added/removed/total)
gn = goodness
gnc = goodness --cached

# Fancy logging.
# h = head
# hp = head with patch
# r = recent commits, only current branch
# ra = recent commits, all reachable refs
# l = all commits, only current branch
# la = all commits, all reachable refs
head = !git l -1
h = !git head
hp = "!source ~/.githelpers && show_git_head"
Expand Down

0 comments on commit 025099b

Please sign in to comment.