documentation update

This commit is contained in:
Kenneth Reitz
2010-04-11 01:49:04 -04:00
parent 46878bfdc5
commit db151659a3
3 changed files with 18 additions and 12 deletions
+2
View File
@@ -1,5 +1,7 @@
Copyright (C) 2009 Daniel Schierbeck <daniel.schierbeck@gmail.com>
Modifications by Kenneth Reitz, <http://kennethrietz.com>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
-12
View File
@@ -1,12 +0,0 @@
git-export
==========
Export the contents of a git index
Contributors
============
* Daniel Schierbeck
* Abhishek Mukherjee
+16
View File
@@ -0,0 +1,16 @@
git-export -- SVN doesn't have it *all* wrong
==========
## USAGE
`git export [../path/]`
Export the contents of the current git index to the given path, ready to rock.
## CONTRIBUTORS
* Daniel Schierbeck
* Abhishek Mukherjee
* Kenneth Reitz