Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
test: Fix backwards incompatibility with git 2.34
Yorgos Saslis committed 1 year ago
commit ce99f7e7e45ac22104434c6094ac2fe410a8970d
parent a6e33ec19a662e23e998347ec2dd2d3c90bdb7ee
1 file changed +1 -1
modified radicle-cli/examples/rad-init-with-existing-remote.md
@@ -12,7 +12,7 @@ Then we add it as a remote.
```
$ git remote add origin file://$PWD/remote
$ git push -u origin master:master
-
branch 'master' set up to track 'origin/master'.
+
...
$ git branch -vv
* master f2de534 [origin/master] Second commit
```