Skip to content

calebbkimm/GitExercise_Conflicts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitExercise_Conflicts

  1. Clone this repo to your datahub or local computer (your choice)
  2. Merging ex1 branch into main branch... the difference here is a simple line of text conflict\
    1. first look at the diff
    2. now merge e1 into main; note how the conflict gets shown to you...
    3. resolve the conflict in whichever way you choose,
    4. add and commit the changes on main
  3. Merging ex2 branch into main branch... the difference here is metadata and binaries from a plot
    1. first look at the diff
    2. now checkout e2.
    3. remove the metadata and outputs by clearing all cell output
    4. add and commit the changes on e2
    5. now merge e2 into main
    6. resolve the conflict in whichever way you choose,
    7. add and commit the changes on main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%