Skip to content

Commit

Permalink
Update hub-to-lab-migration.sh
Browse files Browse the repository at this point in the history
## Example to use: ../hub-to-lab-migration.sh targetorigina targetbranch gitlab_branch
  • Loading branch information
pankaj-ag authored Jul 28, 2023
1 parent 5432644 commit fdb0e99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git/hub-to-lab-migration.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

## Example to use: ../hub-to-lab-migration.sh target_origin target_branch branch_in_the_main_project
## Example to use: ../hub-to-lab-migration.sh coloredcow fix/flax-site-header gitlab-branch

if [ -z "$1" ]; then
echo "Please provide the target remote"
exit 1
Expand Down

0 comments on commit fdb0e99

Please sign in to comment.