I hereby claim:
- I am pmiossec on github.
- I am pmiossec (https://keybase.io/pmiossec) on keybase.
- I have a public key ASClURb8myHnIocARy4K995clSAQCJbaiBDzs34EooFHego
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
mkdir stashes | |
refs=$(git stash list|cut -d: -f1) | |
for ref in $refs; do git stash show "$ref" -p > ./stashes/$ref.patch; done | |
#refs=$(git rev-parse $refs|tac) | |
#oldpath=$PWD |