Followers

Saturday, May 16, 2020

how to rename branch in gitlab


git checkout feature
git branch -m feature-backup
git push origin :feature feature-backup
git push origin -u feature-backup

No comments:

Post a Comment