Skip to content

Latest commit

 

History

History
84 lines (60 loc) · 2.08 KB

README.md

File metadata and controls

84 lines (60 loc) · 2.08 KB

ginger

easy to use git wrapper

Remembers all the git cryptic syntax so you don't have to.

(Currently only windows port is in development.)

installation

Drop ginger.bat or ginger to your $PATH.

commands

~ginger commands
  Display list of commands.
  
~ginger help [command]
  Display help (for command).

~ginger version
  Show version number etc.

~ginger init
  Invokes repository init wizard.
  
ginger login
  Set up credientals of this project.

ginger changed [path]
  Displays what changed since last commit.
  Used as diff when you provides [path].  

~ginger commit
  Let you commit a change.
  
ginger sweep
  Undo local changes to last commit.

~ginger pull
  Pulls changes from remote repository protecting your local files optionally.
  
~ginger push
  Pushes changes back to the server.
  
ginger spinoff
  Creates new branch.
  
~ginger orphan
  Creates new branch with no parent.  

ginger branches
  Display list of branches.

ginger switch <branch>
  Switches to <branch>.
  
ginger look
  Displays current repository, branch and user.
  
~ginger timeline <before/after/parents/childs> <ref>
  Displays history of commits.
  
~ means not yet implemented

resources