Refactor code to live inside default pkg
This commit is contained in:
parent
9060b44e6d
commit
22a5d2abf8
8 changed files with 589 additions and 268 deletions
|
|
@ -169,7 +169,7 @@ func SetRemoteResolution(name, resolution string) error {
|
|||
}
|
||||
|
||||
func UnsetRemoteResolution(name string) error {
|
||||
unsetCmd, err := GitCommand("config", "--unset-all", fmt.Sprintf("remote.%s.gh-resolved", name))
|
||||
unsetCmd, err := GitCommand("config", "--unset", fmt.Sprintf("remote.%s.gh-resolved", name))
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue