Quality of life utility scripts for Git.
git clone https://github.com/icorbrey/gitty.git
cd ./gitty
./install.sh
gitty
Displays usage details
gitty compare <base branch> <target branch>
Prints the commits made in the target branch since it was forked from the base branch.
gitty compare-current <base branch>
Prints the commits made in the current branch since it was forked from the base branch.
gitty fast-forward <source branch>
Updates the source branch and merges it into the current branch.
gitty rename-branch <old branch> <new branch>
Renames the old branch and pushes the new branch to origin.
gitty rename-current-branch <new branch>
Renames the current branch and pushes the new branch to origin.
This project is licensed under the GPL v3 license.