[Assorted-commits] SF.net SVN: assorted:[1718] configs/trunk/src/gitconfig
                
                Brought to you by:
                
                    yangzhang
                    
                
            
            
        
        
        
    | 
     
      
      
      From: <yan...@us...> - 2010-11-12 03:48:00
      
     
   | 
Revision: 1718
          http://assorted.svn.sourceforge.net/assorted/?rev=1718&view=rev
Author:   yangzhang
Date:     2010-11-12 03:47:54 +0000 (Fri, 12 Nov 2010)
Log Message:
-----------
git unstage
Modified Paths:
--------------
    configs/trunk/src/gitconfig
Modified: configs/trunk/src/gitconfig
===================================================================
--- configs/trunk/src/gitconfig	2010-11-08 22:09:05 UTC (rev 1717)
+++ configs/trunk/src/gitconfig	2010-11-12 03:47:54 UTC (rev 1718)
@@ -15,6 +15,7 @@
   k = log --decorate --oneline --graph
   # colorful 1-line log summary
   slog = log --pretty=format:'%Creset%C(red bold)[%ad] %C(blue bold)%h %Creset%C(magenta bold)%d %Creset%s %C(green bold)(%an)%Creset' --abbrev-commit --date=short
+  unstage = reset HEAD --
 [core]
   excludesfile = /home/yang/.gitignore
 [user]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |