Sending Commits

Developers can contribute to GlistEngine project by sending commits to our Github repositories.

To open the Git window go to Window -> Show View -> Other or press Alt + Shift + Q and then just Q.

From that window open Git Repositories and Git Staging.
After that, you need to see Git Repositories and Git Staging at the bottom of the window.
If you can’t see your repository in Git Repositories you can refer to Troubleshoots section.
 
To commit your changes, go to Git Staging window select your changes(1) and hit the green plus button(2) and fill in the Commit Message area(3).

After that make sure you added your changes(1), added a brief explanation of what you are doing(2), then press Commit and Push(3)

Troubleshoot
Missing Repository
To add a missing repository go to Git Repositories window and click the button indicated with the red arrow.

Then browse to your project directory(1) and select the missing repository(2) in our case it was glistengine repository and press Add(3).

Thats it. You can now see the changes in Git Staging window.

No Repository Selected

Go to  Git Repositories window(1), and select the repository(2) in our case it was glistengine after that go back to Git Staging.
Thats it you can see your changes.