projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb7d528
)
git compactlog & dc alias, really nice
author
patrick nsukami
<ndkpatt@gmail.com>
Tue, 9 Dec 2014 22:44:56 +0000
(22:44 +0000)
committer
patrick nsukami
<ndkpatt@gmail.com>
Tue, 9 Dec 2014 22:44:56 +0000
(22:44 +0000)
.gitconfig
patch
|
blob
|
history
diff --git
a/.gitconfig
b/.gitconfig
index
4238eae
..
42bc4ef
100644
(file)
--- a/
.gitconfig
+++ b/
.gitconfig
@@
-34,6
+34,10
@@
type = cat-file -t
dump = cat-file -p
stash = stash save -u # stash even the untracked files, and add a clear message
+ dc = diff --cached
+ compactlog = log --pretty=format:"%h%x09%an%x09%ad%x09%s" --date=short
+ ls = ls-files
+
[color]
ui = always