git-sucks moved
-- a/git-sucks++ b/git-sucks
@@ -1,39 +1,3 @@
*This article about git is a stub. You can help -Wikipe- Bitcheese.net project by expanding it.*
h1. Git Sucks
This content is my small individual experiense of using version control systems. It's for you 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
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.
h2. Git vs CVS vs SVN vs Mercurial vs Bazaar
And don't think what CVS, SVN, mercurial or bazaar is better than git. It's not truth, these version control systems are much worse. You can read about it below.
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
Article moved 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 — humorous work by ubuntu creators.
* "Cutting Edge Revision Control":http://bryan-murdock.blogspot.com/2007/03/cutting-edge-revision-control.html — there is small benchmark here too "http://komar.bitcheese.net/en/tech/git_sucks_or_why_do_I_use_darcs_instead":http://komar.bitcheese.net/en/tech/git_sucks_or_why_do_I_use_darcs_instead.