|
|
Subscribe / Log in / New account

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

# recovery
git clone ... && cd ...
git stash apply --index origin/emergency/$USER


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds