Skip to content

Instantly share code, notes, and snippets.

@joshuamorony
joshuamorony / .zshrc
Created August 30, 2022 04:24
Alias for creating playground applications and sharing to GitHub/StackBlitz
resetAndOpen(){
git switch main --discard-changes
git reset --hard
git clean -fd
code .
}
createGitRepo(){
read -q "REPLY?Are you sure you want to share this publicly? "
echo