As for this particular one, though, I can't see it offers any advantage over GitX, apart from the "it's not a RubyCocoa app", which isn't really that great an advantage to my mind…
Gitbox - Everyday git [Mac OS X] interface for human beings
11–20 of 53 posts
Re: Gitbox - Everyday git [Mac OS X] interface for human beings
#12If you're a designer, writer, etc: Even though it only takes 20 minutes to learn, if a GUI is what it takes to get you to use version control I guess that is the lesser of two evils :)
Re: Gitbox - Everyday git [Mac OS X] interface for human beings
#13It seems to me that a lot of popular Unix-originated software seems to have really high learning curves (Vim comes to mind). I wish projects like git spent more efforts on things like GUIs. Does anybody know of any Linux alternatives?
Then again, git is not a consumer software. Developer should spend some time and learn 5 commands to be productive. But I find this interface interesting, even knowing all command line git this makes browsing history for reviews easy, nice tool.
Re: Gitbox - Everyday git [Mac OS X] interface for human beings
#14If you're a developer: Git is faster to work with and more powerful to use from the command line if you take maybe 20 minutes to go through a good tutorial. It took you much longer to learn how to program, and it's worth taking the time to get good at it. If you're a designer, writer, etc: Even though it only takes 20 minutes to learn, if a GUI is what it takes to get you to use version control I guess that is the le…
Re: Gitbox - Everyday git [Mac OS X] interface for human beings
#15If you're a developer: Git is faster to work with and more powerful to use from the command line if you take maybe 20 minutes to go through a good tutorial. It took you much longer to learn how to program, and it's worth taking the time to get good at it. If you're a designer, writer, etc: Even though it only takes 20 minutes to learn, if a GUI is what it takes to get you to use version control I guess that is the le…
sudo gem install cheat
Then do :
cheat git
A great shortcut to all of the common git command sequences.
Re: Gitbox - Everyday git [Mac OS X] interface for human beings
#16God I wish I understood GIT. The screenshot here doesn't help me in any way. Tempted to stick with gitx. What is the advantage of this software?
at first glance, I prefer GitX, as it allows faster and more fine-grained staging and commit. the only feature this seems to have over GitX is push/pull. my typical usage is GitX for commits and history browsing and the shell for everything else.
Re: Gitbox - Everyday git [Mac OS X] interface for human beings
#17It doesnt appear to serious on the homepage of a git product :)
Re: Gitbox - Everyday git [Mac OS X] interface for human beings
#18I think it's very possible that these pretty wrappers allow people to hobble along with little to no understanding of how git actually works. If that's the only way that you'll use version control, it's better than nothing. On the other hand, I heartily endorse actually learning how the git model works -- it's not too bad, I promise! . Good places to start: [1] Peepcode's "Git Internals" PDF - $9 - short, sweet, to t…
Re: Gitbox - Everyday git [Mac OS X] interface for human beings
#19I think it's very possible that these pretty wrappers allow people to hobble along with little to no understanding of how git actually works. If that's the only way that you'll use version control, it's better than nothing. On the other hand, I heartily endorse actually learning how the git model works -- it's not too bad, I promise! . Good places to start: [1] Peepcode's "Git Internals" PDF - $9 - short, sweet, to t…
If you want to learn git, open a terminal and read the man pages, create a dummy repository, push changes to it, pull from it, clone it, merge it, etc. Don't start with something like Gitbox because its hides all the details and more importantly the beauty and elegance of git.
Re: Gitbox - Everyday git [Mac OS X] interface for human beings
#20http://gitx.frim.nl/seeit.html
You can also try out the experimental fork version: