We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab45eea commit 24e3049Copy full SHA for 24e3049
1 file changed
.github/CONTRIBUTING.md
@@ -108,7 +108,7 @@ included in the project:
108
# Navigate to the newly cloned directory
109
cd <folder-name>
110
# Assign the original repo to a remote called "upstream"
111
- git remote add upstream https://github.com/madskristensen/<this-repro-name>.git
+ git remote add upstream https://github.com/denis-peshkov/<this-repro-name>.git
112
```
113
114
2. If you cloned a while ago, get the latest changes from upstream:
0 commit comments