Skip to content

Instantly share code, notes, and snippets.

@codebygina
Created May 19, 2019 17:30
Show Gist options
  • Select an option

  • Save codebygina/6189faa2f68fa1f365e911a467b1743a to your computer and use it in GitHub Desktop.

Select an option

Save codebygina/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