[Assorted-commits] SF.net SVN: assorted:[1043] configs/trunk/src/gitconfig
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-10-29 16:49:57
|
Revision: 1043 http://assorted.svn.sourceforge.net/assorted/?rev=1043&view=rev Author: yangzhang Date: 2008-10-29 16:49:46 +0000 (Wed, 29 Oct 2008) Log Message: ----------- added gitconfig Added Paths: ----------- configs/trunk/src/gitconfig Added: configs/trunk/src/gitconfig =================================================================== --- configs/trunk/src/gitconfig (rev 0) +++ configs/trunk/src/gitconfig 2008-10-29 16:49:46 UTC (rev 1043) @@ -0,0 +1,7 @@ +[alias] + b = branch + ci = commit -a + co = checkout + h = help + llog = log --date=local + st = status This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |