rhtyd commented on issue #116: [WIP] - Add LDAP Account Form URL: https://github.com/apache/cloudstack-primate/pull/116#issuecomment-576590545 @utchoang the base branch you're checking out is not consistent with origin/master; i.e. your master is not same as origin/master. Kindly do this to fix it: ``` git fetch origin git checkout master git reset --hard origin/master <then checkout any new branch for a new PR from your own local master, for example:> git checkout -b feature/xyz... ```
---------------------------------------------------------------- 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