I am using Unity 2017.2.0f3 and am currently working on the most updated version of my project.
However the changes I am working on wont be in the latest version of my app once the updates are published, so I'm going to have to go back to a previous build of the project from about a week ago. If I go back, make changes to that version of the project and commit them to Unity collab, what happens?
Do the newly pushed changes become the top commit of the collab hierarchy or do they change the commit that I went back to?
For example: If the most recent commit in the collab hierarchy is #57 and I go back to the commit #52. If I make changes and publish them, will it become a new commit as #58 or will it change commit #52, the one I am currently on?
Thanks.