Skip to content

Commit

Permalink
docs: fix refs/heads vs refs/remotes mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Oct 14, 2023
1 parent 576b700 commit 9f10273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ If you have a branch and tag with the same name in a git repo, you will be famil
warning: refname 'foo' is ambiguous.
#+end_quote

See [[https://github.com/hraban/tomono/issues/53][#53]]. This happens whenever you refer to the tag or branch by its bare name, without specifying whether it’s a tag or a branch. To fix this, the monorepo script must always use =refs/remotes/...= to specify the branch name.
See [[https://github.com/hraban/tomono/issues/53][#53]]. This happens whenever you refer to the tag or branch by its bare name, without specifying whether it’s a tag or a branch. To fix this, the monorepo script must always use =refs/heads/...= to specify the branch name.

Example:

Expand Down

0 comments on commit 9f10273

Please sign in to comment.