Skip to content

Commit

Permalink
+1 files-that-were-modified (per commit) alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanguilloux committed Jul 3, 2013
1 parent 9e03738 commit 7f4e9ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitconfig
Expand Up @@ -19,6 +19,8 @@
tags = tag -l
branches = branch -a
remotes = remote -v
#modified files per commit ; usage : git files [commitID]
files = show --pretty="format:" --name-only
# Show the diff between the latest commit and the current state
d = !"git diff-index --quiet HEAD -- || clear; git diff --patch-with-stat"
# `git di $number` shows the diff between the state `$number` revisions ago and the current state
Expand Down

0 comments on commit 7f4e9ed

Please sign in to comment.