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
Git stash is a bit of a volatile command imho, so I would like to advise new learners of git to use WIP commits and then soft reset them in case git suggests a stash (at least until they are fully comfortable with git).
I personally and a bunch of git users I talked to try to avoid stash still, so code is less likely to be lost.
Opinions??
The text was updated successfully, but these errors were encountered:
Git stash is a bit of a volatile command imho, so I would like to advise new learners of git to use WIP commits and then soft reset them in case git suggests a stash (at least until they are fully comfortable with git).
I personally and a bunch of git users I talked to try to avoid stash still, so code is less likely to be lost.
Opinions??
The text was updated successfully, but these errors were encountered: