Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Don't test Git hints in test
cloudhead committed 2 years ago
commit 47f09e6ff4b91d706a222eb9a7cc562bc4dbdaeb
parent d8b5c1ad1c9226e5a720158e82b6cea847aa3c79
2 files changed +6 -6
modified radicle-cli/examples/git/git-push.md
@@ -20,9 +20,9 @@ $ git push rad HEAD:alice/1
To rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
 ! [rejected]        HEAD -> alice/1 (non-fast-forward)
error: failed to push some refs to 'rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi'
-
hint: Updates were rejected because the tip of your current branch is behind
-
hint: its remote counterpart. Integrate the remote changes (e.g.
-
hint: 'git pull ...') before pushing again.
+
hint: [..]
+
hint: [..]
+
hint: [..]
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
```

modified radicle-cli/examples/rad-patch-via-push.md
@@ -185,9 +185,9 @@ $ git push
To rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
 ! [rejected]        feature/2 -> patches/fedf0e4dcb74ff6db1d5e30a6a254b77f02ff60b (non-fast-forward)
error: failed to push some refs to 'rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi'
-
hint: Updates were rejected because a pushed branch tip is behind its remote
-
hint: counterpart. Check out this branch and integrate the remote changes
-
hint: (e.g. 'git pull ...') before pushing again.
+
hint: [..]
+
hint: [..]
+
hint: [..]
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
```