git flow changes to files effecting all branches
I have a project (Issue 1) where I was working under a develop branch (I
forgot to create a new feature in git flow). Another issue came up (Issue
2) in which I want to only push changes I made for that issue up and not
for my first.
I created a branch for each issue as I should have done in the first
place, but any change I make effects Develop, Issue 1, and Issue 2
branches. How have changes act only in which ever branch I am working on?
No comments:
Post a Comment