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
Copy file name to clipboardexpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -108,3 +108,13 @@ ___
108
108
* Your workspace is tModLoader 99% of the time. If it isn't, we imply you know what you're doing.
109
109
3. Create a new commit to commit the patches/ folder
110
110
* Before you push your commit, please check our [contribution article](https://github.com/bluemagic123/tModLoader/blob/master/CONTRIBUTING.md). Thanks.
111
+
112
+
### HELP! I accidentally committed on a wrong branch!
113
+
Simply stash changes and checkout.
114
+
___
115
+
1. Open in git shell/bash or whatever
116
+
2. Run `git stash save` or `git stash` (should default to save)
0 commit comments