Pages

Showing posts with label checkout. Show all posts
Showing posts with label checkout. Show all posts

Tuesday, July 5, 2022

git command for recreate feature branch

git command for recreate feature branch

git branch from tags


git branch mybranch001 tags/v1.0.0 git checkout mybranch001 git cherry-pick xxx git branch --set-upstream-to=origin/mybranch001 git push --force-with-lease

ShareThis