I'm still learning the ropes with Git, so forgive me if this is a straight forward solution.
I started off with 1 file, but I needed to make changes based on 2 separate JIRA tickets. I made the changes and pushed up the code on one ticket. Now, for my other ticket, it doesn't show any changes because it was all done in the first ticket. Is it possible to move the code changes from one push to another, or would I have to grab an older version of the code and start over, making the changes and pushing 1 ticket at a time?