Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 390 Bytes

readme.md

File metadata and controls

23 lines (13 loc) · 390 Bytes

gut

Really simple git helper that makes Github remote commits on an initialized repository less tedious.

Install

Make gut or gut.cmd executable.

Ubuntu example

  1. Place gut in cmds directory
  2. add export PATH=/home/s/dev/cmds:$PATH to ~/.bashrc

Use

Takes two arguments from command line:

  1. desciption
  2. repository

Example: gut "^ cleanup" someRepo