projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06439eb
)
Some more git aliases.
author
patrick nsukami
<ndkpatt@gmail.com>
Tue, 24 Mar 2015 21:06:10 +0000
(21:06 +0000)
committer
patrick nsukami
<ndkpatt@gmail.com>
Tue, 24 Mar 2015 21:06:10 +0000
(21:06 +0000)
.gitconfig
patch
|
blob
|
history
diff --git
a/.gitconfig
b/.gitconfig
index
60ea20b
..
d16be43
100644
(file)
--- a/
.gitconfig
+++ b/
.gitconfig
@@
-42,9
+42,10
@@
number-of-commits-since-master = "! sh -c 'git log master..`git current-branch` --oneline | wc -l | tr -d \" \"'"
std = "! sh -c 'git status -s | while read mode file; do echo $mode $file $(stat -c %y $file); done'"
+ up = !git pull --rebase
+ ec = config --global -e
cl = clone
- br = branch
- ch = checkout
+ ct = checkout
co = commit
cov = commit --verbose
com = commit -m