1.0.7 • Published 5 years ago
gitrem v1.0.7
Gitrem
Gitrem is a CLI tool for saving and recalling sequences of commands for git commands you may use frequently.
Installation
Use npm to install Gitrem.
npm install gitrem -gUsage
To view all available commands:
gitrem helpTo create a new command sequence:
gitrem newTo view all saved commands:
gitrem listTo delete a sequence:
gitrem deleteContributing
Feel free to open an issue or pull request to improve the tool 💖.