Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 430 Bytes

File metadata and controls

27 lines (18 loc) · 430 Bytes

Simple GIT (SG)

Getting Started

Installing

To start using Simple GIT, install Go and run go get:

$ go get github.com/nazwa/sg

This will install the sg command line utility into your $GOBIN path.

Usage

$ sg

This will commit with a default message Updates..., pull and push from remote repository. You can also specity a custom message, like so:

$ sg My super new feature