>From the git repo, i created a new branch1 with the existing tag tag1. i made some changes to a set of files, filea, fileb. If i run git status it shows that the filea and fileb are modified, so far good. Now i created another branch2 with the existing tag tag2. If i go toa filea, the file has the changes i made in the branch1. since the changes i made are commited, i was expecting the file to be without the modfications that was made in other branch. am i missing something ?
-- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
