Categorygithub.com/dangkaka/gits
repositorypackage
1.4.0
Repository: https://github.com/dangkaka/gits.git
Documentation: pkg.go.dev

# README

gits

Git with convenient + short commands

Installation

go install github.com/dangkaka/gits

Make sure $GOPATH/bin is added to your $PATH .

Usage

$ gits -h

NAME:
   gits - Git with convenient + short commands

USAGE:
   gits [global options] command [command options] [arguments...]

VERSION:
   1.1

COMMANDS:
     pull, pl        Git pull
     status, s       Git status
     add, a          Git add
     commit, c       Git commit
     push, p         Git push
     commitpush, cp  Git commit and push
     gitignore       Add default .gitignore file
     help, h         Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version