Hello,
today I learned about how to view the stash that you have on ur local system using terminal,
I use github to store my repo and work on it, the command to do it is
git stash show -p stash@{0}
where you can replace 0 with the stack number.
Happy forking! :)
today I learned about how to view the stash that you have on ur local system using terminal,
I use github to store my repo and work on it, the command to do it is
git stash show -p stash@{0}
where you can replace 0 with the stack number.
Happy forking! :)
Comments