Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/22d75d4a13d43e084fe91734217d5412 to your computer and use it in GitHub Desktop.
Save ezhov-da/22d75d4a13d43e084fe91734217d5412 to your computer and use it in GitHub Desktop.
Удаление папки из репозитория
git rm -r .idea
git commit -m "Message"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment