Browse Source

docs(CONTRIBUTING):add a step within 'How to open a pull request'

pull/5238/head
jakie.oymj 7 years ago
parent
commit
6efe28b133
  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