Skip to content

dhruvpuri-aspora/rollout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Branching Strategy Migration Script

Migrates repositories from the old branching strategy to the new one.

Old Strategy

stage-env-copystage-envmain

New Strategy

sandboxqapre-prodmain

Usage

Single Repository

Run from inside the repository:

cd /path/to/repository
../migrate-branching-strategy.sh

What It Does

  1. Creates qa branch from stage-env
  2. Creates pre-prod branch from qa
  3. Creates sandbox branch from stage-env-copy (or qa if stage-env-copy doesn't exist)
  4. Pushes all branches to remote

Note: Existing branches are preserved and not overwritten.

About

Script to migrate existing repos to new QA structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages