Quote of the week
Quote of the week
Posted Nov 12, 2015 3:00 UTC (Thu) by nybble41 (subscriber, #55106)Parent article: Quote of the week
# in case of fire
git push -f origin $(git stash create -u):refs/heads/emergency/$USER
git push -f origin $(git stash create -u):refs/heads/emergency/$USER
# recovery
git clone ... && cd ...
git stash apply --index origin/emergency/$USER