GIT:: Compare the current development-0.4, and development branch with the commit that they both split
Overview
We are going to be renaming the current development branch into development-0.3 and making the development-0.4 branch into the main branch.. but we do not want to leave any important work behind..
Thus we have to compare current development with development-0.4...
Unfortunately because a bunch of folders have been renamed and moved around this will not be super straight forward..
it will require some solid git work! so if you are looking to improve your git this is the issue for you.
Action Items
-
[ ] Compare the current development-0.4 branch with its branching commit on development (13a70eeacf4d07dff8cdee425cac9a25b61def35)
- [ ] Make some notes about each of the files that have been changed
- [ ] write a comment below about the files that have changed
-
[ ] Compare the current development branch (our main branch) with development-0.4 branching commit (13a70eeacf4d07dff8cdee425cac9a25b61def35)
- [ ] Make some notes about each of the files that have been changed
- [ ] write a comment below about the files that have changed
-
[ ] make an assessment to see if there is any code that we should be copy pasting over to development-0.4
-
[ ] and make a recommendation