Skip to content

Commit

Permalink
gitconfig: new aliases, use author date instead of commit date in def…
Browse files Browse the repository at this point in the history
…ault log format
  • Loading branch information
jferris committed Sep 14, 2010
1 parent 6a228cf commit 644caab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[core]
excludesfile = ~/.gitignore
[format]
pretty = %Cblue%h%Creset %Cgreen[%cr]%Creset (%an) %s
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s
[alias]
c = commit -m
a = add
Expand All @@ -28,3 +28,4 @@
ca = commit --amend
pr = remote prune origin
up = !git fetch origin && git rebase origin/master
rbc = rebase --continue

0 comments on commit 644caab

Please sign in to comment.