stash is now equal to stash save -u, seems interesting, but not really sure; also...
authorpatrick nsukami <ndkpatt@gmail.com>
Wed, 17 Sep 2014 14:25:27 +0000 (14:25 +0000)
committerpatrick nsukami <ndkpatt@gmail.com>
Wed, 17 Sep 2014 14:25:27 +0000 (14:25 +0000)
.gitconfig

index 3727a6d..0ee81e9 100644 (file)
@@ -19,6 +19,7 @@
         assume-unchanged = update-index --assume-unchanged
         delete-local-branch = branch -d
         create-branch = checkout -b
+        goto-branch = checkout
         fix-latest-commit = commit --amend
 
         ch = checkout
@@ -28,7 +29,7 @@
         hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
         type = cat-file -t
         dump = cat-file -p
-
+        stash = stash save -u # stash even the untracked files, and add a clear message
 
 [color]
         ui = always
@@ -41,5 +42,5 @@
         template = /home/patrick/.gitcommitmessagetemplate.txt
 
 [status]
-44        # be careful with that one
-45        # showUntrackedFiles = all
\ No newline at end of file
+        # be careful with that one
+        # showUntrackedFiles = all
\ No newline at end of file