Closed lsjroberts closed 7 years ago
Sorry I made a mistake in #12!
I used git rm --cached portal.json when I should have used git update-index --skip-worktree portal.json (https://stackoverflow.com/a/40272289).
git rm --cached portal.json
git update-index --skip-worktree portal.json
If you pull you'll lose yours too. Gimme a moment to fix it.
Sorry I made a mistake in #12!
I used
git rm --cached portal.json
when I should have usedgit update-index --skip-worktree portal.json
(https://stackoverflow.com/a/40272289).If you pull you'll lose yours too. Gimme a moment to fix it.