Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Cherrry pick and commit the changes to new branch

git fetch upstream
git co upstream/stage
git co -b api-key-update
git cherry-pick 61fdc8f
git push origin api-key-update
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #Cherrry #pick #commit #branch
ADD COMMENT
Topic
Name
6+4 =