Answers for "change the default branch on github\"

0

Change default branch on git

git branch -m deploy prod
git fetch origin
git branch -u origin/prod prod
git remote set-head origin -a
Posted by: Guest on April-26-2021

Code answers related to "change the default branch on github\"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language