Git
Git Pull
Get's the latest changes from the remote repository.
Git Commit and Push
Commits the changes in the working tree to the local GIT repository and pushes the changes to the remote GIT repository afterwards.
Git Diff
Diffs the working copy of the model with the latest commit in the local GIT repository.
Git Show Log
Shows the history of the model in the current branch.
When selecting two revisions and clicking the "Compare" button, the revisions will be compared with LemonTree.
Git Switch To
Provides the possibility to switch to any other branch of the repository.