Skip to content

Commit

Permalink
Add cloning using ssh option. (firstcontributions#62197)
Browse files Browse the repository at this point in the history
Co-authored-by: Roshan Jossy <[email protected]>
  • Loading branch information
Markkimotho and Roshanjossey authored May 13, 2023
1 parent cedbcad commit bead65b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bead65b

Please sign in to comment.