Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 410 Bytes

File metadata and controls

7 lines (7 loc) · 410 Bytes

Git Practical Exam: Instructions

  • Run git log --all --oneline --decorate --graph to get a feel for the repository's structure
  • Merge the changes from the circumference branch into main; resolve the merge conflict as follows:
    • Keep the more precise value for PI
    • Keep both functions
  • Push the changes you've made to your fork on GitHub
  • Submit a pull request to the original project owner