• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

git-control-fork

Provides a GUI interface to manage all commonly-used git commands. An up-to-date fork
  • #git-control
  • #git-flow
  • #github
  • #bitbucket
  • #gitlab
lidorcg
0.11.0 1,088
2
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

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

  • 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

Original Creators

  • MarcelMue
  • Jaco Greeff

Last Maintainer

  • gforge

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by