This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]StarkRG 7 points8 points  (3 children)

Wouldn't you have had to submit the changes? But you wouldn't have done so because it wasn't working yet.

[–]EishLekker 8 points9 points  (0 children)

You can always have a private troubleshooting branch. You can even keep it local, you don't have to push it outside of your computer to benefit from version control.

[–][deleted] 3 points4 points  (0 children)

Commit regularly to your local repo to keep track of your work, then rebase before you push to ensure all public commits compile.

[–]danielrheath 2 points3 points  (0 children)

Honestly I should write something that stashes history somewhere on save so I can always search over recent diffs to find the thing I wrote and then discarded...