Skip to content

Example to discuss and practice Git conflict resolution.

Notifications You must be signed in to change notification settings

ResearchSoftwareHour/demo-git-conflict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example to discuss and practice Git conflict resolution

There are two branches in addition to main: improve-starters and improve-desserts and you can try these steps to discuss and practice conflict resolution:

  • merging first improve-starters into main, then improve-desserts into main
  • merging first improve-desserts into main, then improve-starters into main
  • merging improve-desserts into improve-starters and vice versa

You can abort merges with git merge --abort and rewind main back with git reset --hard origin/main.

Also try to rebase the branches on top of main, "behind" each other.

About

Example to discuss and practice Git conflict resolution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published