cli/test: Incorporate sync hint where relevant
1 failed
(1 total)
View logs
modified crates/radicle-cli/examples/git/git-push-delete.md
@@ -9,6 +9,8 @@ f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 refs/heads/master
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -24,12 +26,16 @@ $ git checkout alice/2
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-push-diverge.md
@@ -63,6 +63,8 @@ f2de534 Second commit
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -76,6 +78,8 @@ $ git reset --hard HEAD^ -q
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-push-force-with-lease.md
@@ -18,6 +18,8 @@ the last time you pushed.
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -29,6 +31,8 @@ value, to `--force-push-lease`:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -39,6 +43,8 @@ As well as the named reference, and its expected value:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -75,6 +81,8 @@ So, let's create a new branch:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/git/git-push.md
@@ -6,6 +6,8 @@ $ git commit -m "Alice's commit" --allow-empty -s
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-id-threshold.md
@@ -65,6 +65,8 @@ $ git commit -v -m "Define power requirements"
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -87,6 +89,8 @@ $ git commit -v -m "Add README file"
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-merge-after-update.md
@@ -5,6 +5,8 @@ $ git checkout -b feature/1 -q
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -17,6 +19,8 @@ $ git checkout master -q
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -29,6 +33,8 @@ $ git checkout feature/1 -q
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-merge-no-ff.md
@@ -5,6 +5,8 @@ $ git checkout -b feature/1 -q
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -38,6 +40,8 @@ Finally, we push master and expect the patch to be merged.
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-merge-via-push.md
@@ -8,6 +8,8 @@ $ git commit --allow-empty -m "First change"
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -19,6 +21,8 @@ $ git commit --allow-empty -m "Second change"
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -71,6 +75,8 @@ $ git push rad master
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -151,6 +157,8 @@ $ git reset --hard HEAD^
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-change-base.md
@@ -15,10 +15,14 @@ $ git commit -v -m "Define power requirements"
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -36,6 +40,8 @@ $ git commit --message "Add README, just for the fun"
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-checkout.md
@@ -23,6 +23,8 @@ Once the code is ready, we open (or create) a patch with our changes for the pro
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -64,6 +66,8 @@ To compare against your previous revision aa45913, run:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-draft.md
@@ -10,6 +10,8 @@ To open a patch in draft mode, we use the `--draft` option:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-edit.md
@@ -17,6 +17,8 @@ $ git commit --message "Add README, just for the fun"
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -37,6 +39,8 @@ To compare against your previous revision 89f7afb, run:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-merge-draft.md
@@ -5,6 +5,8 @@ $ git checkout -b feature/1 -q
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -15,6 +17,8 @@ $ git merge feature/1
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-revert-merge.md
@@ -5,6 +5,8 @@ $ git checkout -b feature/1 -q
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -13,6 +15,8 @@ $ git merge feature/1
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -52,6 +56,8 @@ When pushing, notice that we're told our patch is reverted.
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-update.md
@@ -7,6 +7,8 @@ $ git commit -q -m "Not a real change" --allow-empty
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-via-push.md
@@ -9,9 +9,9 @@ Switched to a new branch 'feature/1'
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -81,6 +81,8 @@ $ git checkout -b feature/2 -q master
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -119,6 +121,8 @@ To compare against your previous revision 9580891, run:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -199,7 +203,7 @@ error: failed to push some refs to 'rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLr
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -212,6 +216,8 @@ To compare against your previous revision d7040c6, run:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -273,7 +279,9 @@ HEAD is now at 831e838 Going into detached HEAD
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -291,6 +299,8 @@ To compare against your previous revision e0fd879, run:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -302,7 +312,9 @@ $ git checkout 831e838 -q
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -319,6 +331,8 @@ To compare against your previous revision e0fd879, run:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch.md
@@ -27,6 +27,8 @@ Once the code is ready, we open (or create) a patch with our changes for the pro
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -133,6 +135,8 @@ To compare against your previous revision aa45913, run:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/workflow/4-patching-contributor.md
@@ -83,6 +83,8 @@ To compare against your previous revision e4934b6, run:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|