|
|
|
|
|
by SpiralLab
5761 days ago
|
|
Yeah it is definitely a niche product. It's mostly targeted at developers who want a simple one-click way to do the most common actions with local checkouts - add, rm, commit, etc. Or people migrating from a "traditional" VCS, that aren't quite familiar with git commands yet. "Advanced" functionality - merging, rebase, etc - was purposely left out because that most likely to be done at the command line no matter what. |
|
Git is great. The git command-line tools allow you do do all sorts of SCM gymanstics, but are hard to use if you're a designer just trying to commit the latest CSS file and push it out to your integration server.
It would be really awesome if it were possible to have the app call out to shell scripts to perform certain gestures. Many development teams have custom scripts for their workflow, and it would be great if this GUI could easily let folks use that workflow without touching the command-line.