Twindle: Solving merge conflicts

Created on 17 Oct 2020  路  2Comments  路  Source: twindle-co/twindle

Merge Conflicts

  • Merge conflicts occur when competing changes are made to the same line of a file, or when one person edits a file and another person deletes the same file.
  • A merge can enter a conflicted state at two separate points. When starting and during a merge process.

Solving merge conflicts

  • The only correct way to solve conflicts is to pull new changes, create a new commit and push again.
  • Multiple ways to do this depending on how you use git: through command line, VS code, some GUI etc.

  • Written step by step: click here

  • Video tutorial for GitHub website: click here
  • Video tutorial for git command line: click here
  • Video tutorial for VS Code: click here
documentation

Most helpful comment

Looks Great, you can update the wiki with this information.
https://github.com/twindle-co/twindle/wiki/Resolving-merge-conflicts

All 2 comments

Looks Great, you can update the wiki with this information.
https://github.com/twindle-co/twindle/wiki/Resolving-merge-conflicts

Hi @sammjainn I added the info into the wikipage, I didn't include the videos because they don't cover merge conflicts.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Mira-Alf picture Mira-Alf  路  3Comments

johnjacobkenny picture johnjacobkenny  路  8Comments

palashmon picture palashmon  路  4Comments

vasudeveloper001 picture vasudeveloper001  路  4Comments

piratelicorne picture piratelicorne  路  7Comments