From bead65b68c5dceed3a244b6fe9dbffcd72dd7086 Mon Sep 17 00:00:00 2001 From: MarkTinega <43752484+Markkimotho@users.noreply.github.com> Date: Sun, 14 May 2023 00:47:41 +0300 Subject: [PATCH] Add cloning using ssh option. (#62197) Co-authored-by: Roshan Jossy --- Contributors.md | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Contributors.md b/Contributors.md index 02146c8c..164e07f0 100644 --- a/Contributors.md +++ b/Contributors.md @@ -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) diff --git a/README.md b/README.md index af76140d..8ad41d1f 100644 --- a/README.md +++ b/README.md @@ -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