mirror of
https://github.com/Sosokker/first-contributions.git
synced 2025-12-19 05:04:07 +01:00
Add cloning using ssh option. (#62197)
Co-authored-by: Roshan Jossy <roshanjossey@gmail.com>
This commit is contained in:
parent
cedbcad9e5
commit
bead65b68c
@ -1578,6 +1578,7 @@
|
||||
- [safe rabbit](https://github.com/saferabbit/)
|
||||
- abdelfattah lutfi
|
||||
- [Abhiroop](https://github.com/Abhi-1200/)
|
||||
- [Mark Tinega](https://github.com/Markkimotho)
|
||||
- [Nipun Agarwal](https://github.com/nipunagarwal4235)
|
||||
- [obiwan04kanobi](https://github.com/obiwan04kanobi)
|
||||
- [Mickysingh](https://github.com/prabhjotsingh18)
|
||||
|
||||
@ -108,9 +108,10 @@ where "url you just copied" (without the quotation marks) is the url to this rep
|
||||
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.
|
||||
|
||||
## Create a branch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user