Y
Hacker News
new
|
ask
|
show
|
jobs
by
selckin
3359 days ago
You could push to a private git repo or server, that way you don't bother anyone, and then when you're in a clean state push to the origin
1 comments
petepete
3359 days ago
This is the best method in my opinion. Back up simply by
git push backup my-new-branch
link