(configuration config.Configuration)
| 105 | } |
| 106 | |
| 107 | func (branch Branch) remote(configuration config.Configuration) Branch { |
| 108 | return newBranch(configuration.RemoteName + "/" + branch.Name) |
| 109 | } |
| 110 | |
| 111 | func (branch Branch) hasRemoteBranch(configuration config.Configuration) bool { |
| 112 | remoteBranches := gitRemoteBranches() |