Last active
October 3, 2017 20:08
-
-
Save licensed/9241444c889876d697c8601560c0acca to your computer and use it in GitHub Desktop.
Resolve conflcts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*Step 1. Fetch and check out the branch for this merge request* | |
git fetch origin | |
git checkout -b feature/desarquivamento origin/feature/desarquivamento | |
*Step 2. Review the changes locally* | |
*Step 3. Merge the branch and fix any conflicts that come up* | |
git checkout develop | |
git merge --no-ff feature/desarquivamento | |
*Step 4. Push the result of the merge to GitLab* | |
git commit -m "" | |
git push origin develop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment