Compare commits
4 Commits
95cffc5f0e
...
v0.7.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d7480f7a4 | |||
| 2d34ba1bd7 | |||
| 5b78c3ba9e | |||
| 5f878793fd |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -332,7 +332,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-repo-manager"
|
name = "git-repo-manager"
|
||||||
version = "0.6.2"
|
version = "0.7.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"comfy-table",
|
"comfy-table",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "git-repo-manager"
|
name = "git-repo-manager"
|
||||||
version = "0.6.2"
|
version = "0.7.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [
|
authors = [
|
||||||
"Hannes Körber <hannes@hkoerber.de>",
|
"Hannes Körber <hannes@hkoerber.de>",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ Imagine you are just starting out with `grm` and want to clone all your reposito
|
|||||||
from GitHub. This is as simple as:
|
from GitHub. This is as simple as:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ grm repos sync remote --provider github --owner --token-command "pass show github_grm_access_token --path ~/projects"
|
$ grm repos sync remote --provider github --owner --token-command "pass show github_grm_access_token" --path ~/projects
|
||||||
```
|
```
|
||||||
|
|
||||||
You will end up with your projects cloned into `~/projects/{your_github_username}/`
|
You will end up with your projects cloned into `~/projects/{your_github_username}/`
|
||||||
|
|||||||
Reference in New Issue
Block a user