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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
The project location looks like it's using unity 4.6 but it is actually 2017.3. It decided to initialize inside of an old project folder for some reason.
Description
The "Push" button loses its text after a commit, making it look like there is no option to push your changes.
Steps to Reproduce
Set-up Github for Unity in the project, create remote repo, initial commit through Unity.
Commit a change / commit your current project. Notice that the push button is no longer displaying text but it is interactable.
Post Commit:
Once you have pushed the changes the text will reappear.
Expected behavior: The push button should hide its text when there are no pending commits as there would be no reason to push nothing.
Actual behavior: It displays when there are no commits to send and hides when there are
Reproduces how often: After every commit I've done on this project. I've reproduced 3 times.