cli: Setup tracking branch on `rad remote add`
modified radicle-cli/examples/rad-clone-all.md
@@ -60,6 +60,7 @@ We can then setup a git remote for `bob`:
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-remote.md
@@ -3,6 +3,7 @@ Now, let's add a bob as a new remote:
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -17,11 +18,29 @@ rad z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (push)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -30,4 +49,5 @@ able to fetch the node alias from our db!
|
|
|
|
|
|
| + | |
|
modified radicle-cli/examples/workflow/5-patching-maintainer.md
@@ -16,6 +16,7 @@ peer. Upcoming versions of radicle will not require this step.
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/remote.rs
@@ -12,6 +12,7 @@ use anyhow::anyhow;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -119,8 +120,12 @@ pub fn run(options: Options, ctx: impl Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/commands.rs
@@ -832,6 +832,7 @@ fn rad_remote() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -844,11 +845,19 @@ fn rad_remote() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|