Simple shell script to clone a git repository and push all branches to another origin.
get-projects.sh script is to clone the repository and track all the branches in the project. Enter the git clone URL when prompted.
push-projects.sh script is to push all the branches to the new origin. Enter the folder path of the cloned repository and the new origin URL when prompted.