Created
April 1, 2019 01:49
-
-
Save prespondek/3cd7813a76a534ed6aa4513f053e4927 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// Delete files based on .gitignore without deleting local files | |
git rm --cached `git ls-files -i -X .gitignore` | |
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