Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 361 Bytes

create-hotfix-v1.0.0-branch.md

File metadata and controls

32 lines (22 loc) · 361 Bytes

Create hotfix-v1.0.0 branch.

Checkout master branch.

git checkout master

Create hotfix-v1.0.0 branch.

git branch hotfix-v1.0.0 
git checkout hotfix-v1.0.0 

OR

git checkout -b hotfix-v1.0.0

View all branches.

git branch --all

Checkout hotfix-v1.0.0 branch.

git checkout hotfix-v1.0.0