Skip to content

An in-class example of how to handle merge conflicts

Notifications You must be signed in to change notification settings

willsigal/merge_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

merge_example

An in-class example of how to handle merge conflicts

Workflow: C0 (main): Create add.py, which adds x to 3 C1 (hotfix): Change add.py to add x and y C2 (iss53): Change add.py to add a list of numbers C3 (main): Change ad.py to add x to 4 C4 (main): Merge hotfix into main. Will cause merge conflicts (parents are C1 and C3) C5 (main): Merge iss53 into main. Will cause merge conflicts (parents are C4 and C2)

About

An in-class example of how to handle merge conflicts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%