📝 add note about ssh git cloning
This commit is contained in:
parent
fd27b5ed92
commit
f28a129975
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ Missing a gitmoji? Get [inspiration](https://gist.github.com/rxaviers/7360908).
|
||||||
Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull Request](https://github.com/DannyDannyDanny/gitmoji/pulls)).
|
Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull Request](https://github.com/DannyDannyDanny/gitmoji/pulls)).
|
||||||
|
|
||||||
## Oneliner install and run
|
## Oneliner install and run
|
||||||
|
When using git repositories, connect with [ssh](https://stackoverflow.com/a/65415202/5684214).
|
||||||
|
|
||||||
The README for your project should contain a one-liner code that dowloads, installs and runs a mini-test.
|
The README for your project should contain a one-liner code that dowloads, installs and runs a mini-test.
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/user/repo.git cool-repo && cd cool-repo
|
git clone https://github.com/user/repo.git cool-repo && cd cool-repo
|
||||||
|
|
@ -60,6 +62,7 @@ pipenv run python .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Git Flows
|
## Git Flows
|
||||||
|
|
||||||
> In progress! 🚧
|
> In progress! 🚧
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue