-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adherence to Best Practices as stated by BadgeApp: https://www.bestpr…
- Loading branch information
1 parent
4222651
commit 53e8b7a
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,6 +119,18 @@ Help us make GoFr even better: | |
|
||
--- | ||
|
||
## 🔒 **Secure Cloning** | ||
To securely clone the GoFr repository, you can use HTTPS or SSH: | ||
|
||
### Cloning with HTTPS | ||
```bash | ||
git clone https://github.com/gofr-dev/gofr.git | ||
``` | ||
### Cloning with SSH | ||
```bash | ||
git clone [email protected]:gofr-dev/gofr.git | ||
``` | ||
|
||
### 🎁 **Get a GoFr T-Shirt & Stickers!** | ||
|
||
If your PR is merged, or if you contribute by writing articles or promoting GoFr, we invite you to fill out [this form](https://forms.gle/R1Yz7ZzY3U5WWTgy5) to claim your GoFr merchandise as a token of our appreciation! | ||
|