Answers for "Move you changes to your new branch from master"

0

Move you changes to your new branch from master

make your changes on master
creat new branch  my_branck and checkout the new branch
git add .
git commit 
git push
git checkout my_branch
git checkout master
to make sure your master is clear `git clewan -f`
Posted by: Guest on April-14-2022

Code answers related to "Move you changes to your new branch from master"

Browse Popular Code Answers by Language