git-go

1.0.3 • Public • Published

git-go

git-go is a short-hand command for doing

git add -A
git add -u
git commit -m "SOME MESSAGE"
git pull
git push

It is a dangerous practice, but it saves a lot of time. Also it encourages committing early and often.

Usage

It's really just git-go COMMITMSG. Note that you don't have to put quotes around the commit message.

git-go your commit message goes here

If you intend to use quotes, you need to escape them using \.

git-go I\'m done coding

Installation

npm install -g git-go

Credit

This is just a nodejs port of @jashkenas' git-go Ruby script.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i git-go

Weekly Downloads

3

Version

1.0.3

License

ISC

Last publish

Collaborators

  • gka