You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested on two different mac laptops. Clone a clean pokeemerald repo. Run git checkout upcoming. You will have an unclean index with the following change:
On branch upcoming
Your branch is up to date with 'origin/upcoming'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: graphics/items/icon_palettes/clear_amulet.pal
no changes added to commit (use "git add" and/or "git commit -a")
It is impossible to clear this change. You can't stash it. You can't restore it. Git will not allow you to checkout any other branches either since there are local changes present.
I am not sure what is going on. I thought it might be a platform-specific line endings thing, but I have never had this error with other pal files. And I see the expansion has *.pal text eol=crlf defined in .gitattributes so that should be handling things.
Description
I tested on two different mac laptops. Clone a clean pokeemerald repo. Run
git checkout upcoming
. You will have an unclean index with the following change:It is impossible to clear this change. You can't
stash
it. You can'trestore
it. Git will not allow you to checkout any other branches either since there are local changes present.I am not sure what is going on. I thought it might be a platform-specific line endings thing, but I have never had this error with other pal files. And I see the expansion has
*.pal text eol=crlf
defined in.gitattributes
so that should be handling things.Version
upcoming (Edge)
Upcoming Version
a44af6f
Discord contact info
lucas7562
The text was updated successfully, but these errors were encountered: