git-control

Provides a GUI interface to manage all commonly-used git commands.

jacogr

269,834

633

Bug Reports

0.9.0

MIT

GitHub

Atom git-control

What

Provides a GUI interface 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.

Git

How

GitFlow

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

Where

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: Join the chat at https://gitter.im/jacogr/atom-git-control

Maintainers