Browse Source

Merge pull request #5238

jakie.oymj (1):
      docs(CONTRIBUTING):add a step within 'How to open a pull request'
reviewable/pr5241/r1
sudden6 7 years ago
parent
commit
766edda34e
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 3
      CONTRIBUTING.md

3
CONTRIBUTING.md

@ -122,6 +122,9 @@ git clone git@github.com:<YOUR_USER>/qTox.git @@ -122,6 +122,9 @@ git clone git@github.com:<YOUR_USER>/qTox.git
# Add the "upstream" remote to be able to fetch from the qTox upstream repository:
git remote add upstream https://github.com/qTox/qTox.git
# Fetch from the "upstream" repository
git fetch upstream
# Point the local "master" branch to the "upstream" repository
git branch master --set-upstream-to=upstream/master
```

Loading…
Cancel
Save