Skip to content

Instantly share code, notes, and snippets.

@scratchoo
Created July 28, 2019 15:54
Show Gist options
  • Save scratchoo/d1d49bf74c14f9f75e32f42a269ae440 to your computer and use it in GitHub Desktop.
Save scratchoo/d1d49bf74c14f9f75e32f42a269ae440 to your computer and use it in GitHub Desktop.
Remove Git tracking from a project
rm -rf .git
rm -rf .gitkeep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment