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:
- Current status of git like unstaged files or modified files
- Diff between modified files compared to their last committed state
- Switch to another branch. If branch does not exist it is created.
- Delete branch
- Pulls current branch from remote repository
- Pulls a specific branch from remote
- Commits alls pending modified/added files with a commit message
- Push all changes to remote
