Skip to content

Instantly share code, notes, and snippets.

@aaronolds
Created September 5, 2018 21:44
Show Gist options
  • Save aaronolds/b8247dcfc6c6ad677a492b5181cbfdeb to your computer and use it in GitHub Desktop.
Save aaronolds/b8247dcfc6c6ad677a492b5181cbfdeb to your computer and use it in GitHub Desktop.
Remove folder from Git repository
git rm -r --cached FolderName
git commit -m "Removed folder from repository"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment