Skip to content

f3l1x/gittie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gittie

Git for dummies, a.k.a gittie!


Install

curl -sL https://raw.githubusercontent.com/f3l1x/gittie/master/installer.sh | sudo bash --

Uninstall

sudo gittie purge

Usage

Use via easy-type completion.

Usage: gittie [-h]

Git for dummies, a.k.a gittie!

Version: 0.2

Options:

  -h        Display this help and exit.

Commands:
  c         Commit all changes. <message>
  a         Amend changes to last commit.
  p         Push current branch to [<origin/current> or <branch>].
  s         Squash <commits> together.
  ch        Checkout to <branch>.
  m         Merge current branch with <branch>
  ms        Merge & squash current branch with <branch>
  fp        Force push current branch to [<origin/current> or <branch>].
  rb        Rebase current branch onto [<origin/current> or <branch>].
  rba       Abort rebasing.
  rbc       Continue rebasing.
  r         Reset mixed current branch <commits> backward.
  rh        Reset hard current branch <commits> backward.
  rs        Reset soft current branch <commits> backward.

Integration:
  install   Install to your OS.
  purge     Remove from your OS.