You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: