4 Commits

Author SHA1 Message Date
5d7480f7a4 Merge branch 'develop' 2022-05-26 19:13:02 +02:00
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
5f878793fd Merge branch 'develop' 2022-05-07 22:07:37 +02:00
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -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",

View File

@@ -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>",

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