How to: Using Git

Learn about the icons within the ValaCode IDE relating to Git statuses and actions

Git status icons

Current

Modified

Staged

Git action icons

Stage file to be committed

Commit staged changes to repository; disabled if no files are staged

Push changes to remote; disabled if no changes available locally

Pull changes from remote; disabled if no changes available on the remote

Check remote for changes