You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/15 08:51:04 UTC

[GitHub] [cloudstack-primate] rhtyd commented on issue #110: [WIP] - Take Volume Snapshot Action

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:
users@infra.apache.org


With regards,
Apache Git Services