Recommend the correct option for changes in package origin
For prompts like these > In repository "org-roam", remote "origin" has URL "https://github.com/jethrokuan/org-roam.git" but recipe specifies a URL of "https://github.com/org-roam/org-roam.git" 1) Abort 2) Rename remote "origin" to "origin-1", re-create "origin" with correct URL, and fetch 3) Rename remote "origin" manually, re-create it with correct URL, and fetch (Recommended) 4) Delete remote "origin", re-create it with correct URL, and fetch 5) Delete remote "origin", re-create it with manually set URL, and fetch How to proceed? (1, 2, 3, 4, 5) 4 should be recommended, not 3.
This commit is contained in:
parent
643377d8a4
commit
ebdb3399b5
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ BODY will be run when this dispatcher is called."
|
|||
'(("has diverged from"
|
||||
. "^Reset [^ ]+ to branch")
|
||||
("but recipe specifies a URL of"
|
||||
. "re-create it with correct URL")
|
||||
. "Delete remote \"[^\"]+\", re-create it with correct URL")
|
||||
("has a merge conflict:"
|
||||
. "^Abort merge$")
|
||||
("has a dirty worktree:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue