top | item 8663988

(no title)

datamatt | 11 years ago

As nice as this tutorial is, I don't think git is ever really going to have widespread appeal outside of (semi-)professional SWEs who are forced to use it due to community size and ubiquity. The commands are simply too badly thought out and the staging, pushing, pulling, merging process is too complex. E.g. want to switch branches? git checkout. Wtf why not "git switch-branch" or something. Want to send your code to the master? Is it git push? git pull? Well, its sort of both but hey.

discuss

order

minot|11 years ago

Please have your people try SourceTree[1]. It has a beautiful interface on the mac (Windows version is a little behind). It is backed by Atlassian, the makers of JIRA and Confluence so you know it won't just go away tomorrow. If your people are scared of the terminal for some reason, SourceTree is a good place to get them started using Git.

[1] http://www.sourcetreeapp.com/