Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Tidy line endings and drop superfluous 'default'
Adrian Duke committed 22 days ago
commit b09d34e129ca79fde048db1a770ebf24e8a9cca3
parent 259b4d37257e5b886696b3b976544529cfceccf6
1 file changed +5 -5
modified crates/radicle-cli/examples/git/git-push-canonical-symbolic-ref.md
@@ -1,7 +1,7 @@
-
Bob overhears that the new default name for the default branch is "main",
-
not "master" as it used to be.
-
To make tooling that expect "main" work, without the hassle of having to push
-
to such branch manually, he opts to create a symbolic reference.
+
Bob overhears that the new name for the default branch is "main", not "master"
+
as it used to be. To make tooling that expect "main" work, without the hassle
+
of having to push to such branch manually, he opts to create a symbolic
+
reference.

``` ~bob
$ cd heartwood
@@ -127,4 +127,4 @@ From rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji
   f2de534..4dc510d  master     -> rad/master
```

-
Note that neither Alice nor Bob pushed directly to "main".

\ No newline at end of file
+
Note that neither Alice nor Bob pushed directly to "main".