Skip to content

Instantly share code, notes, and snippets.

@ceccillia
Created September 1, 2023 04:40
Show Gist options
  • Save ceccillia/c06cdf439e834f199e118d5c6645e2fd to your computer and use it in GitHub Desktop.
Save ceccillia/c06cdf439e834f199e118d5c6645e2fd to your computer and use it in GitHub Desktop.
Git conflict resolve

Решение конфликта Git:

  • Желательно, чтобы status был чистым
  • Посмотреть разницу git diff --name-only master feature
  • Посмотреть где ветки разошлись: git merge-base origin/master origin/feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment