Skip to content

Commit

Permalink
git: new alias 'lastweek' to show changes from 7 days ago up to today.
Browse files Browse the repository at this point in the history
  • Loading branch information
caio committed Jan 7, 2009
1 parent ae715b7 commit 63318d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitconfig
Expand Up @@ -7,6 +7,8 @@
co = checkout
st = status
br = branch
nb = checkout -b
lastweek = log --pretty=oneline --since='1 week ago' --until='today'
logg = log --pretty=oneline
loga = log --pretty=format:'%Cblue %h %Cgreen %an %Creset %s'

Expand Down

0 comments on commit 63318d0

Please sign in to comment.