Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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`
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Move #branch #master
ADD COMMENT
Topic
Name
2+5 =