2 Commits

Author SHA1 Message Date
2d34ba1bd7 Fix forge documentation 2022-05-26 19:11:19 +02:00
5b78c3ba9e Release v0.7.0 2022-05-26 19:09:27 +02:00
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -332,7 +332,7 @@ dependencies = [
[[package]]
name = "git-repo-manager"
version = "0.6.2"
version = "0.7.0"
dependencies = [
"clap",
"comfy-table",

View File

@@ -1,6 +1,6 @@
[package]
name = "git-repo-manager"
version = "0.6.2"
version = "0.7.0"
edition = "2021"
authors = [
"Hannes Körber <hannes@hkoerber.de>",

View File

@@ -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:
```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}/`