To start using Simple GIT, install Go and run go get:
$ go get github.com/nazwa/sgThis will install the sg command line utility into
your $GOBIN path.
$ sgThis 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