commit

command module
v0.0.0-...-11a4795 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2016 License: MIT Imports: 4 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL