Skip to content

EdwardL89/gitfinish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

gitfinish

Description

If you find yourself constantly staging your changes, committing them to the same branch, an pushing them to the same remote of the same branch while developing, this script will automate that entire process so that all you need to do is type 'gitfinish' and enter your commit message.

Usage

gitfinish [-v]|[-h]

Simply type 'gitfinish' and enter your commit message when prompted.

or,

Type 'gitfinish -v' for a verbose output of the git commit and push commands. Then enter your commit message.

For help,

Type 'gitfinish -h' for a description of the usage of this script while in the terminal.

Download

Download the script and follow the steps below to start using gitfinish:

  1. Place the script from the downloaded zip file into your ~/bin directory
  2. Add export PATH=$PATH:/Users/[your-user-name]/bin to your .bash_profile
  3. Ensure the script has execute privilege by typing in the terminal chmod +x gitfinish

Or,

  1. Place the downloaded script file in a directory that is already included in your PATH Environment Variable on Windows.
  2. You may also create a new directory, place the script there, and add this new directory to your PATH Environment Variable.

Share this script with your friends and co-workers, and spend more time developing and being productive. Thank you!

About

Script to automate staging, committing, and pushing to the same branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages