DaanHoogland commented on issue #2573: Cloudstack 10356
URL: https://github.com/apache/cloudstack/pull/2573#issuecomment-382345484
 
 
   @brettKK what @rafaelweingartner is refering to is the following procedure:
   $ git checkout -b 4.11 origin/4.11
   $ git pull # may not be needed anymore ;)
   $ git checkout -b CLOUDSTACK-10356-4.11
   $ git cherry-pick dc8f4ef
   \# other cherry picks in order of your choice but make sure you have them all
   $ git cherry-pick 2856781 
   \# alternatively you can squash all changes first and do a siingle 
cherry-pick
   \# google for a howto
   \# and then
   $ git branch -m CLOUDSTACK-10356 CLOUDSTACK-10356-master
   $ git branch -m CLOUDSTACK-10356-4.11 CLOUDSTACK-10356
   $ git push --force brettkk CLOUDSTACK-10356 # or whatever alias you use for 
your own fork.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to