Skip to content

bclinkinbeard/git-auto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-auto

Tiny script to automate your git workflow

Installation

$ npm install -g git-auto

Features

  • One command for your git workflow
  • Automatically adds files to the staging area and generates commits
  • Chooses clean and consistent messages (e.g. 'added index.js')

Usage

Usage: git auto [options]

Options:

  -h, --help     output usage information
  -V, --version  output the version number
  -p, --push     Push to remote repository after generating commits
  -g, --group    Group changes into a single commit

Running $ git auto inside a folder will do the following:

  • If the folder not a git repository, initialize it as one.
  • For each file in the repository, add the file to the staging area and generate a commit message.
  • Adding the -p option will push to origin master at the end.

License

MIT

About

Git workflow automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Makefile 2.7%