Tech
The start of a collection or random things I always have to google
git reset --hard origin/branch
git stash list
git stash apply stash@n
(git stash apply 1)
git reset --hard origin/branch
git stash list
git stash apply stash@n
(git stash apply 1)