|
|
|
|
|
by DrCatbox
5189 days ago
|
|
I tried using git for several weeks now and still cant manage to do the simplest things, like maintain a work repo and a sync repo and then pull/merge between them before pushing upstream from sync. It feels like I have to know the internals of git workings just to perform a simple action, and I need to know all the side-effects of its actions, and how to fix those as well. With mercurial all the commands I need to know are hg log, diff, incoming, outgoing, pull, update push and merge. With git I need to know at least two or three flags for each command where each flag is really special to that command and using/not using it changes everything. With mercurial I just know -p -r and -l for limits thats it. I hate git with a passion now. Its like forcing everything through its world view, for the tinies action it barks are you with insane messages. Version control systems are supposed to model commits or sets of changes on a repo, not model and show you their own internal representation of what it thinks about my code. Also Ive noticed most git tutorials really simple things (like this is how you do cvs but now with git), while "the rest" is left to some black ninja voodo magic expert dudes who "get" it. And this is just another tutorial to work in a very specific environment using git. Im so glad we use mercurial at work right now. |
|