rhtyd commented on issue #110: [WIP] - Take Volume Snapshot Action
URL: 
https://github.com/apache/cloudstack-primate/pull/110#issuecomment-574558065
 
 
   @utchoang the problem of conflict is there again. Can you check/fix it?
   
   Here's what you can do for future PRs:
   - First checkout the latest master and enforce that your version of master 
is same as origin/master, you can do like: git fetch origin/master && git 
checkout master && git reset --hard origin/master
   - Then for every new issue/task, checkout a feature or bugfix branch after 
doing above: git checkout -b <name of your branch>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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