Home
last modified time | relevance | path

Searched refs:SetUpstreamBranch (Results 1 – 4 of 4) sorted by relevance

/dports/devel/lazygit/lazygit-0.31.4/pkg/commands/
H A Dbranches.go88 func (c *GitCommand) SetUpstreamBranch(upstream string) error { func
/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Dbranch.py347 cmds.do(cmds.SetUpstreamBranch, context, branch, remote, r_branch)
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/
H A Dfiles_panel.go665 if err := gui.GitCommand.SetUpstreamBranch(upstream); err != nil {
/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Dcmds.py2208 class SetUpstreamBranch(ContextCommand): class
2212 super(SetUpstreamBranch, self).__init__(context)