-- a/git-sucks++ b/git-sucks
@@ -1,29 +1,29 @@
__This article about git is a stub. You can help -Wikipe- Bitcheese.net project by expanding it.__
bq. git - the stupid content tracker
__man git__
All
h1. Git Sucks
This content below is my small individual experiense of using version control systems. It provides only "for It's for you information".
h1. Git Sucks
* where git sucks information.
h2. Git is stupid, but overmuch difficult
bq. git - the stupid content tracker
__man git__
* compare with darcs and camp VCS
* something about patch theory
h2. Git is feeble
* about reverting
h3. Reverting old commits
@git diff <commit>..<commit>^ <file> | git apply -@
h3. About working with individual alterations at the same file
...
h3. No unicode support
Do you know how to work with non-ASCII characters in filenames in git repo? I don't.
h1. Git Rocks
* where git rocks
@@ -43,9 +43,9 @@
h1. Links
* "Why Git is Better than X":http://whygitisbetterthanx.com/
* "Video about camp":http://projects.haskell.org/camp/unique — "This video explains all!"
* "Darcs's patch theory on official manual":http://darcs.net/manual/node9.html
* "Darcs's patch theory on wikibooks":http://en.wikibooks.org/wiki/Understanding_darcs/Patch_theory — there are more images here
* "Bazaar vs Git":http://bazaar-vcs.org/BzrVsGit — humoristic work by ubuntu creators creators.
* "Cutting Edge Revision Control":http://bryan-murdock.blogspot.com/2007/03/cutting-edge-revision-control.html — there is small benchmark here too