Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 412 Bytes

File metadata and controls

7 lines (5 loc) · 412 Bytes

gitlab-to-github

Simple shell script to clone a git repository and push all branches to another origin.

Instructions

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.