Skip to content

Instantly share code, notes, and snippets.

@mdjaman
Created October 24, 2016 11:50
Show Gist options
  • Save mdjaman/24416d465248d88bc808197695872706 to your computer and use it in GitHub Desktop.
Save mdjaman/24416d465248d88bc808197695872706 to your computer and use it in GitHub Desktop.
git: untrack directory
git rm -r --cached one-of-the-directories
git commit -m "Remove duplicated directory"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment