Skip to content

Commit e367dc4

Browse files
committed
[Ninan] Release 0.3.1
1 parent d59222c commit e367dc4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-governance"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Ninan John <jninan@thoughtworks.com>", "Dinesh B<dineshudt17@gmail.com>"]
55
edition = "2018"
66
description="A tool to manage multiple git repositories"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ $ gg fetch
6060

6161
##### Clone:
6262
Clones repositories based on the flags passed and the configuration given in the `.ggConf.yaml` file.
63-
Only supports https URL's
6463
```bash
6564
$ gg clone -r <remote_url_1> -r <remote_url_2> -l <local_path>
6665
```

0 commit comments

Comments
 (0)