Skip to content

Instantly share code, notes, and snippets.

@licensed
Last active October 3, 2017 20:08
Show Gist options
  • Save licensed/9241444c889876d697c8601560c0acca to your computer and use it in GitHub Desktop.
Save licensed/9241444c889876d697c8601560c0acca to your computer and use it in GitHub Desktop.
Resolve conflcts
*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