A fish function that list commits pending to release.
# Run `cpr` in the current git project
cpr
# Run `cpr` in a git project different of the current git project/directory
cpr ../elixir
-
Install
fish
-
Install the cpr
git clone https://github.com/joaothallis/cpr.git sudo mv cpr/cpr.fish /usr/bin
-
Start using
cpr
🎉
Want to update to the latest version of cpr
?
cd cpr
git pull
sudo mv cpr/cpr.fish /usr/bin
Want to uninstall? No issues (sob). Please feel free to open an issue regarding how we can enhance cpr
.
sudo rm -rf /usr/bin/cpr.fish
rm -rf cpr/cpr.fish
Your contributions are always welcome! 🎉
cpr source code is released under BSD 3-Clause License. Please have a look at the LICENSE.md for more details.