Gitrem is a CLI tool for saving and recalling sequences of commands for git commands you may use frequently.
Use npm to install Gitrem.
npm install gitrem -g
To view all available commands:
gitrem help
To create a new command sequence:
gitrem new
To view all saved commands:
gitrem list
To delete a sequence:
gitrem delete
Feel free to open an issue or pull request to improve the tool 💖.