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.
$ 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