Simple, intuitive, Git-ish way to back up a Git stash? -


i making changes on branch aren't ready commit yet. need work on else while, i've stashed them.

question: want stash changes in case machine dies. what's least painful way this? found the second answer question, looks bit frightening.

right i'm thinking of adding temporary commit called 'work in progress' branch , pushing it. after finishing work, i'll roll temporary commits, erase history, , proper atomic tested commits. keeps safe. but, it's horrible.

is there simple, intuitive, safe git way solve problem?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -