GitXplorerGitXplorer
j

atom-git-control

public
227 stars
70 forks
120 issues

Commits

List of commits on branch master.
Unverified
249031dc42ac3761f8a8afe3bdaf2cfdc5ef08da

Merge pull request #205 from gc2dec/master

MMarcelMue committed 8 years ago
Unverified
8696f700864a21048d91fb96464ae3097c42e0b9

Prepare 0.9.0 release

MMarcelMue committed 8 years ago
Unverified
949dba861fe780214aee18372e971744d55f258b

Merge pull request #214 from mikaoelitiana/fix-213

MMarcelMue committed 8 years ago
Unverified
1d483d7b33414e343a044edff46641ff48ee631d

Merge pull request #231 from rhumbertgz/master

MMarcelMue committed 8 years ago
Unverified
32c9836bae2dc99b6aacfd0b342df2b49d8588f8

Merge pull request #222 from kev-chien/master

MMarcelMue committed 8 years ago
Unverified
ad928dc765dbf1e045f1c217de7c16e02bcb9f22

Set focus by default to tag name field

rrhumbertgz committed 8 years ago

README

The README file for this repository.

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

  • Checkout or switch to any available branch with a click on the local/remote branch
  • Select files to commit, either all or with an individual selection
  • Compare the current working tree changes to the selected local branch
  • Merge any other branch into the current active branch
  • Create branches, either by remote selection of local branching
  • Reset any file to its previous state with a checkout
  • All git commands are logged, the commands used and output is visible
  • Command available are activated based on working tree status
  • Automatically fetches remote status on activation

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