Rotonde / beaker

Rotonde client with user account combined(deprecated)
MIT License
205 stars 37 forks source link

My portal.json and dat.json got deleted! #18

Closed lsjroberts closed 7 years ago

lsjroberts commented 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).

If you pull you'll lose yours too. Gimme a moment to fix it.