I was working on a branch in git, and when I subsequently merged the branch with my master branch, I lost all my styles.

is there something special I need to do when working with git branches to preserve my styles? Just eliminating this as a possibility, I'm thinking I did something wrong when doing the merge.

Comments

RKopacz created an issue.

Jeff Burnz’s picture

I never work in feature branches so I can't really answer the question, i.e. I don't know enough about GIT. On the face of it, I would say however that no, there is nothing special about styles, they're just files, as long as they were all committed in the feature branch etc.

RKopacz’s picture

Hi Jeff, I think I screwed something up on this. Thanks for getting back on it.