Skip to content

A little wrapper for git that simplifies some otherwise relatively complex operations

License

Notifications You must be signed in to change notification settings

Joshua-Ashton/gitgud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitGud

A little wrapper for git that simplifies some otherwise relatively complex operations such as:

  • get
    • (Cloning or updating), resetting and cleaning up an external git repo into/in the current folder (working directory) and if specified to a specific branch.
  • clean
    • Cleaning up a git repo.
  • update
    • Updating, resetting and cleaning up the current repo and if specified switches to a specific branch.

Useful for git newbies or if you want to make your build scripts a little simpler.

Primarily recommended for build scripts as it avoids auto merges.

It should also be fairly portable as it is written in Rust.

This application requires git to be installed and in the PATH.

About

A little wrapper for git that simplifies some otherwise relatively complex operations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages