Conversation
when a remote repository is already cloned, it is now properly updated, no matter if the provided ref is a branch, tag or other commitish value. the remote references are now properly updated, so branches, tags and other commit-ish values provided as refeference are resolved against the recent remote. Signed-off-by: Willi Eggeling <thewilli@gmail.com>
|
@thewilli This PR has been inactive for 2572 days and has been marked as stale. It will be automatically closed if there is no further activity. To keep this PR open, you can:
|
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (2)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
when a remote repository is already cloned, it is now
properly updated, no matter if the provided ref is a
branch, tag or other commitish value.
the remote references are now properly updated,
so branches, tags and other commit-ish values
provided as refeference are resolved against the
recent remote.