Created
May 6, 2020 10:50
-
-
Save obritoluis/93eb23cc66267ad902bd9444132d7943 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
# Remove previously tracked files | |
git ls-files -z ./ | xargs -0 git update-index --assume-unchanged --skip-worktree |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment