Y
Hacker News
new
|
ask
|
show
|
jobs
by
nvissari
1254 days ago
Here's the roundabout way I sync uncommitted changes. Push everything to a new tmp branch. Then on the other system, fetch and cherry-pick the last commit id, then reset HEAD~1. Boom uncommitted changes synced.