Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 653 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 653 Bytes

Gitty

Interactive command line interface aiming to enhance workflow when using the Git CLI by minimising typing.

How To Use

You run the tool simply by calling it from the command line — no arguments, no bells and/or whistles. This will prompt you as to which action you would like to perform:

$ gitty
What would you like to do:
> status
  staging
  commit
  checkout
  remote
  log
  diff
  exit

The rest shou

Install

You can install gitty from the crates.io registry with:

cargo install gitty