Add cloning using ssh option. (#62197)

Co-authored-by: Roshan Jossy <roshanjossey@gmail.com>
This commit is contained in:
MarkTinega 2023-05-14 00:47:41 +03:00 committed by GitHub
parent cedbcad9e5
commit bead65b68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1578,6 +1578,7 @@
- [safe rabbit](https://github.com/saferabbit/) - [safe rabbit](https://github.com/saferabbit/)
- abdelfattah lutfi - abdelfattah lutfi
- [Abhiroop](https://github.com/Abhi-1200/) - [Abhiroop](https://github.com/Abhi-1200/)
- [Mark Tinega](https://github.com/Markkimotho)
- [Nipun Agarwal](https://github.com/nipunagarwal4235) - [Nipun Agarwal](https://github.com/nipunagarwal4235)
- [obiwan04kanobi](https://github.com/obiwan04kanobi) - [obiwan04kanobi](https://github.com/obiwan04kanobi)
- [Mickysingh](https://github.com/prabhjotsingh18) - [Mickysingh](https://github.com/prabhjotsingh18)

View File

@ -108,9 +108,10 @@ where "url you just copied" (without the quotation marks) is the url to this rep
For example: For example:
``` ```
git clone https://github.com/this-is-you/first-contributions.git git clone git@github.com:this-is-you/first-contributions.git
``` ```
where `this-is-you` is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer. where `this-is-you` is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer.
## Create a branch ## Create a branch