projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c346b21
)
made an alias for git stash branch, but not sure if really necessary :\
author
patrick nsukami
<ndkpatt@gmail.com>
Mon, 8 Dec 2014 15:12:32 +0000
(15:12 +0000)
committer
patrick nsukami
<ndkpatt@gmail.com>
Mon, 8 Dec 2014 15:12:32 +0000
(15:12 +0000)
.gitconfig
patch
|
blob
|
history
diff --git
a/.gitconfig
b/.gitconfig
index
102b6d4
..
4238eae
100644
(file)
--- a/
.gitconfig
+++ b/
.gitconfig
@@
-15,6
+15,7
@@
lg2 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)— %an%C(reset)' --abbrev-commit
lg = !"git lg1"
undo-commit = reset --soft HEAD^
+ create-branch-from-stash = !git stash branch
undo-add = reset HEAD
undo-modif = checkout
assume-unchanged = update-index --assume-unchanged