Skip to content

Instantly share code, notes, and snippets.

View luifiller's full-sized avatar
🤓
Studying

Luiz Nison Filler luifiller

🤓
Studying
View GitHub Profile
@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