Skip to content

Instantly share code, notes, and snippets.

@hslabbert
Created July 27, 2022 04:22
Show Gist options
  • Save hslabbert/955cb131af976d802b777652b8d1d777 to your computer and use it in GitHub Desktop.
Save hslabbert/955cb131af976d802b777652b8d1d777 to your computer and use it in GitHub Desktop.
yeet a git repo and reclone
#!/bin/sh
cd $1
URL=$(git remote get-url origin)
cd ..
rm -Rf $1
git clone "${URL}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment