• No matching branch
  • {{ gitBranchesByTypeFiltered.PROJECT.length | pluralize:'Project branch':'Project branches' }}
  • {{ fmtProjectBranch(branch) }}
  • {{ gitBranchesByTypeFiltered.REMOTE.length | pluralize:'Remote branch':'Remote branches' }}
  • {{ branch }}
  • {{ gitBranchesByTypeFiltered.LOCAL.length | pluralize:'Local branch':'Local branches' }}
    • {{ branch }}
  • None found.
  • Create new branch... Create new branch {{ filterBranchesQuery }} from {{ gitStatus.currentBranch }}...
  • Delete branches...
  • Existing branches
  • {{ branch }}
  • None found.
  • Create new branch... Create new branch {{ filterBranchesQuery }} from {{ gitStatus.currentBranch }}...
  • Delete branches...
  • {{filteredMergeRequests.length}} / {{uiState.maxMergeRequests}} Merge request{{filteredMergeRequests.length > 1 ? 's' : ''}}
  • {{mergeRequest.title}}{{mergeRequest.status}}
    Merge branch {{mergeRequest.branchToMerge}} into {{mergeRequest.baseBranch}}
    Last update {{mergeRequest.lastUpdate | friendlyDateTime}}
  • No currently open merge request
  • No matching merge request
  • Create a new merge request...
  • Your branch is {{ gitStatus.trackingCount.ahead }} {{ "commit" | plurify: gitStatus.trackingCount.ahead }} ahead, {{ gitStatus.trackingCount.behind }} {{ "commit" | plurify: gitStatus.trackingCount.behind }} behind of the remote tracking branch. Add a remote to get tracking information and Git remote actions. Push this local branch to get remote tracking information.
  • Commit
  • Fetch
  • Push
  • Pull
  • Drop changes
  • {{ gitStatus.hasRemoteOrigin ? "Edit" : "Add" }} remote
  • Remove remote