git-control-fork

Provides a GUI interface to manage all commonly-used git commands. An up-to-date fork

lidorcg

1,452

3

Bug Reports

0.11.0

MIT

GitHub

disclaimer

This an up-to-date (2019-07-28) fork of the original git-control project.

I merely forked it from gforge to publish it on atom's marketplace.

Atom git-control

What

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.

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

Original Creators

Last Maintainer