-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6349189
commit 59086f8
Showing
2 changed files
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,13 +22,14 @@ Note: the remote `refs/pulls` is read-only, we cannot push commits. | |
|
||
### Testing and adding commits | ||
|
||
If the pull request creator has [allowed edits from maintaners][allow-edits-docs], and we wish to | ||
If the pull request creator has [allowed edits from maintainers][allow-edits-docs], and we wish to | ||
add some commits as well, we can proceed like this: | ||
|
||
- Add a new remote and switch to a branch tracking it: | ||
|
||
```sh | ||
git remote add REMOTE_NAME [email protected]:USER/REPO.git | ||
git fetch REMOTE_NAME | ||
git checkout -t REMOTE_NAME/BRANCHNAME | ||
``` | ||
|
||
|
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