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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -