Provides a GUI to manage all commonly-used git commands.
This is a first-release, while tested as part of creating this package, it has not been extensively used on much larger projects. In short: there are possibly still some issues remaining. At the same time, wanted to get the package out there and used.
For git-flow commands to work, you need to install git flow
then, on mac, do the following:
for file in `find /usr/local/bin -type f -iname git[-f]* -exec basename {} \;`; do sudo ln -s /usr/local/bin/$file /usr/bin/$file; done
The Atom package can be found on the Atom registry, https://atom.io/packages/git-control.
Pull requests, issues, feature requests are all welcome and encouraged via https://github.com/jacogr/atom-git-control.
Discussion and additional input is promoted here: