openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr
CMD + Shift + L
git stash
git stash list
git stash pop
git stash apply
git stash apply stash@{0}
git stash drop stash@{0}