Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix the test failures related to remote default branch (HEAD)
✓ CI success Richard Levitte committed 18 days ago
commit c17a5a9a76dea6c1ed060584aa4ef908c07c2211
parent 07c624499cdc34a7804f673ed373c66ce2af1acc
1 passed (1 total) View logs
2 files changed +2 -0
modified crates/radicle-cli/examples/rad-patch-fetch-2.md
@@ -21,6 +21,7 @@ $ git branch -r
```
$ git pull
Already up to date.
+
$ git remote set-head rad master # this isn't always implicit
$ git branch -r
  rad/HEAD -> rad/master
  rad/master
modified crates/radicle-cli/examples/rad-patch-via-push.md
@@ -59,6 +59,7 @@ $ git push
And let's look at our local and remote refs:

```
+
$ git remote set-head rad master # this isn't always implicit
$ git show-ref
42d894a83c9c356552a57af09ccdbd5587a99045 refs/heads/feature/1
f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 refs/heads/master