cli: Add canonical remote to `init` and `checkout`
modified radicle-cli/examples/rad-checkout-repo-config-linux.md
@@ -12,8 +12,9 @@ $ cat .git/config
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-checkout-repo-config-macos.md
@@ -14,8 +14,9 @@ $ cat .git/config
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-checkout.md
@@ -32,7 +32,7 @@ Check the remote configuration:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-clone.md
@@ -36,7 +36,7 @@ We can also take a look at the remotes:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-remote.md
@@ -9,8 +9,9 @@ Now, we can see that there is a new remote in the list of remotes:
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -28,10 +29,3 @@ Now, add another time `bob` but without specify the `name`, so we should be able
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
deleted radicle-cli/examples/workflow/2-cloning.md
@@ -1,54 +0,0 @@
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
added radicle-cli/examples/workflow/2-cloning.md
@@ -0,0 +1 @@
| + | |
|
modified radicle-cli/examples/workflow/5-patching-maintainer.md
@@ -86,3 +86,9 @@ $ rad patch --merged
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
added radicle-cli/examples/workflow/6-pulling-contributor.md
@@ -0,0 +1,39 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-cli/src/commands/remote/list.rs
@@ -3,33 +3,26 @@ use radicle_term::{Element, Table};
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
modified radicle-cli/src/git.rs
@@ -76,13 +76,10 @@ pub enum RemoteError {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -92,10 +89,16 @@ impl<'a> TryFrom<git2::Remote<'a>> for Remote<'a> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/src/project.rs
@@ -22,7 +22,7 @@ impl<'a> SetupRemote<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/commands.rs
@@ -769,4 +769,12 @@ fn rad_workflow() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified radicle/src/git.rs
@@ -375,10 +375,12 @@ pub fn write_tree<'r>(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/rad.rs
@@ -70,9 +70,9 @@ pub fn init<G: Signer, S: WriteStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -221,10 +221,15 @@ pub fn checkout<P: AsRef<Path>, S: storage::ReadStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|