Created
October 24, 2016 11:50
-
-
Save mdjaman/24416d465248d88bc808197695872706 to your computer and use it in GitHub Desktop.
git: untrack directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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