Skip to content

Instantly share code, notes, and snippets.

@wowthemesnet
Created May 19, 2019 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wowthemesnet/6189faa2f68fa1f365e911a467b1743a to your computer and use it in GitHub Desktop.
Save wowthemesnet/6189faa2f68fa1f365e911a467b1743a to your computer and use it in GitHub Desktop.
Remove .git from folders
Display the hidden folders: $ ls -alh
Remove the .git folder: $ rm -R .git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment