Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.23 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.23 KB

got

An opinionated cli tool for assisting with git related activities 🤓

Prerequisites

Installation

❗️Important got has only been developed and tested on MacOS. If you are using a different OS, please let me know if you face any issues.

  1. Clone this repo
  2. Open a terminal at the root of this project and run make:
  make -s

If you added an alias don't forget to source the dotfile:

  source ~/{SOME_PATH}/.zshrc

Usage

In your github repository run got:

  got

available operations

  • Create a new branch
  • Commit changes
  • Rebase with main
  • and more..

Demo

Create a new branch

Commit changes

Feature suggestions

If you have any feature suggestion, do let me know. You can open an issue in the GitHub repo or drop me an email.

Roadmap

  • 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 gh cli integration