Awesome
commit
Commit files on the underlying VCS.
This tool is part of the go-github-release workflow
Install
Pick an msi package here!
deb/ubuntu/rpm repositories
wget -O - https://raw.githubusercontent.com/mh-cbon/latest/master/source.sh \
| GH=mh-cbon/commit sh -xe
# or
curl -L https://raw.githubusercontent.com/mh-cbon/latest/master/source.sh \
| GH=mh-cbon/commit sh -xe
deb/ubuntu/rpm packages
curl -L https://raw.githubusercontent.com/mh-cbon/latest/master/install.sh \
| GH=mh-cbon/commit sh -xe
# or
wget -q -O - --no-check-certificate \
https://raw.githubusercontent.com/mh-cbon/latest/master/install.sh \
| GH=mh-cbon/commit sh -xe
chocolatey
choco install commit -y
go
mkdir -p $GOPATH/src/github.com/mh-cbon
cd $GOPATH/src/github.com/mh-cbon
git clone https://github.com/mh-cbon/commit.git
cd commit
glide install
go install
Usage
NAME:
commit - Commit file
USAGE:
commit -m <message> -f <file>
VERSION:
0.0.0
COMMANDS:
GLOBAL OPTIONS:
--file value, -f value File to add and commit
--message value, -m value Message of the commit
--quiet, -q Silently fail
--help, -h show help
--version, -v print the version