Move You Changes To Your New Branch From Master

[Solved] Move You Changes To Your New Branch From Master | Webassembly - Code Explorer | yomemimo.com
Question : Move you changes to your new branch from master

Answered by : yusuf

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`

Source : | Last Update : Thu, 21 Apr 22

Answers related to Move you changes to your new branch from master

Code Explorer Popular Question For Webassembly