Skip to content

Commit

Permalink
Added git ssh example to docs
Browse files Browse the repository at this point in the history
Added a cli add git ssh dependency example to documentation for easy reference.
  • Loading branch information
wshayes authored Jun 6, 2020
1 parent 60202f1 commit 156cd66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ You can also add `git` dependencies:
poetry add git+https://github.com/sdispater/pendulum.git
```

or use ssh instead of https:

```bash
poetry add git+ssh://[email protected]/sdispater/pendulum.git
```

If you need to checkout a specific branch, tag or revision,
you can specify it when using `add`:

Expand Down

0 comments on commit 156cd66

Please sign in to comment.