Skip to content

Source Control

Source Control can be opened by clicking on the splitted arrow in the function menu ribbon. It will open the the git actions menu:

references_gui_source_control.png

  1. Current status of git like unstaged files or modified files
  2. Diff between modified files compared to their last committed state
  3. Switch to another branch. If branch does not exist it is created.
  4. Delete branch
  5. Pulls current branch from remote repository
  6. Pulls a specific branch from remote
  7. Commits alls pending modified/added files with a commit message
  8. Push all changes to remote