Closed wr1159 closed 1 year ago
Pull Request #14 was mistakenly selected to merge as a merge commit, this disrupted our linear commit history in the main branch. To maintain software engineering practices, we should preserve a linear commit history for easier modification of history, better documentation, encouragement of smaller commits and more.
To preserve a linear commit history in the main branch, a git reset --hard
was performed at main which could have been dangerous but our use of branches and pull requests allowed us to us to reset the main branch and making another pull request which is pull request #17.
Merge Request #17