-
Notifications
You must be signed in to change notification settings - Fork 66
Branching Strategy
Alvin Reyes edited this page Aug 16, 2022
·
2 revisions
git clone https://github.com/application-research/estuary.git
git checkout dev
git checkout -b feat/feature1
git clone https://github.com/application-research/estuary.git
git checkout hotfixes
git checkout -b fix/error-found
git clone https://github.com/application-research/estuary.git
git checkout master
git tag vx.x.x
git push origin vx.x.x