-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels