simple-git

A short description of your package

mauricioszabo

868

3

0.3.3

MIT

GitHub

Simple GIT

A simple package to be able to drive GIT.

Motivation

I use GIT from terminal, like most of the people I work with. One of the things I really miss from GIT is the ability to compare diffs, and to simply commit my file. As for the other things - stage and unstage files, amend commits, rebase, pull, these are things I can live with the command line.

So, I've created a bunch of scripts on my ATOM Init script to simply commit files. Then to add. Then to create a diff view... and now, integrated everything into a package.

A screenshot of your package

What does this package do?

Ideas to the future