https://github.com/misyltoad/gitgud
A little wrapper for git that simplifies some otherwise relatively complex operations
https://github.com/misyltoad/gitgud
Last synced: 11 months ago
JSON representation
A little wrapper for git that simplifies some otherwise relatively complex operations
- Host: GitHub
- URL: https://github.com/misyltoad/gitgud
- Owner: misyltoad
- License: mit
- Created: 2018-02-02T23:12:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T23:50:09.000Z (over 8 years ago)
- Last Synced: 2025-03-02T17:47:48.485Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.*