An opinionated cli tool for assisting with git related activities 🤓
❗️Important
gothas only been developed and tested on MacOS. If you are using a different OS, please let me know if you face any issues.
- Clone this repo
- Open a terminal at the root of this project and run
make:
make -sIf you added an alias don't forget to source the
dotfile:
source ~/{SOME_PATH}/.zshrcIn your github repository run got:
got- Create a new branch
- Commit changes
- Rebase with main
- and more..
If you have any feature suggestion, do let me know. You can open an issue in the GitHub repo or drop me an email.
- Create a Homebrew formula for this app
- Enable emojis in commit messages
- Control the emoji using an environment variable
- Add option flags to enable/disable certain features
- Add
ghcli integration

