Home Posts Notes Bookmarks Projects About
$ cd ../ $ cat /backups/brain/0008git stashStore working dir:1 git stash push -m "Descriptive" List previously saved stashes:1 git stash list Restore from stash:1 git stash pop stash@\{0\} $ cd ../
$ cat /backups/brain/0008git stashStore working dir:1 git stash push -m "Descriptive" List previously saved stashes:1 git stash list Restore from stash:1 git stash pop stash@\{0\} $ cd ../
$ cat /backups/brain/
Store working dir:
1
git stash push -m "Descriptive"
List previously saved stashes:
git stash list
Restore from stash:
git stash pop stash@\{0\}
$ cd ../