Skip to content

Commit

Permalink
updated the git clone section to make it relevant (#7277)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammad Humayun Khan <humayun@Mohammads-MacBook-Pro.local>
  • Loading branch information
DamianArado and Mohammad Humayun Khan authored Jun 27, 2023
1 parent e35f9de commit 3133a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ If you're using your own source code, you can skip this tutorial and either:

2. Click on "Fork" and select the target GitHub account you wish this repository to be forked in to.

3. Once the fork is complete, click on "Clone or download" and copy the repository HTTPS URL.
3. Once the fork is complete, click on "Clone or download" and copy the repository URL. You can do this using HTTPS, SSH or via GitHub CLI.

![Clone Repository](fork_n_clone.png)

4. Clone the forked repository to your local environment:

```bash
> git clone <repository HTTPS url>
> git clone <repository HTTPS or SSH url>
```

5. Now that the sample code is available locally, open the `backend-monitoring` project in your preferred code editor.
Expand Down

1 comment on commit 3133a40

@vercel
Copy link

@vercel vercel bot commented on 3133a40 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.