I have a Git repository with 2 tags, named version-1 and version-2. I'm currently working on what would be version-3 of my app, the code has changed a LOT since version-2 and I still have a lot of work to do to release version-3 but there are some changes/fixes that I would like to do to version-2 and I was wondering if it would be possible to go back to tag version-2 make the changes (bug fixes) and then go back to where I left.
Is it possible to go back to tag version-2 make some changes (bug fixes) make tag version-2.1 release changes and then come back to where I left? If yes, what would be the process?
Thanks
