Skip to content

severak/ginger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

git easy to use wrapper - WIP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published