Hello!
I’ve noticed that when I commit a change the uncommitted changes stays. Is this what’s supposed to happen on Mac or am I doing something wrong?

Hello!
I’ve noticed that when I commit a change the uncommitted changes stays. Is this what’s supposed to happen on Mac or am I doing something wrong?

Hi Noah,
That’s correct. Whenever you change something in your project, Git logs the changes. You need to stage the files and make a commit.
I think the issue here is something in your commit changes after you have committed the change.
I would be checking to see what is in that Uncommitted change and find out why its changing after the commit has happened.
I would try also doing a commit making sure you have Unity and Visual Studio closed incase its files related to those that you havent got in your git ignore.
Hope this helps others find a solution.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.