made an alias for git stash branch, but not sure if really necessary :\
authorpatrick nsukami <ndkpatt@gmail.com>
Mon, 8 Dec 2014 15:12:32 +0000 (15:12 +0000)
committerpatrick nsukami <ndkpatt@gmail.com>
Mon, 8 Dec 2014 15:12:32 +0000 (15:12 +0000)
.gitconfig

index 102b6d4..4238eae 100644 (file)
@@ -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