Skip to content

.gitignore and merge #8

@frontenddevguy

Description

@frontenddevguy

How did people handle keeping their changes across branches?
Not having style.css and style.css.map in the .gitignore caused me a bit of difficulty.

I ended up using git stash save -a and git checkout -f origin/branch as a quick and dirty solution.
But sometimes code that should have been added by us was not there in the following branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions