Skip to content

Commit a43063d

Browse files
authored
Docs/new contributor misc (#15712)
### Summary Removes a redundant step in the New Contributor Guide See the below comment for more detail. #15712 (comment) ### Test plan N/A
1 parent f66b79f commit a43063d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/source/new-contributor-guide.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,6 @@ Before you can start writing any code, you need to get a copy of ExecuTorch code
103103
* The `origin` entries show your forked GitHub repository. They tell you that when you run `git pull` or `git push`, your changes will go from/to your GitHub fork.
104104
105105
* The `upstream` entries show the main ExecuTorch repository. If you want to sync the latest changes from there, you can run `git fetch upstream`.
106-
107-
Let's sync from both your fork _and_ the main ExecuTorch branch, getting the latest changes from each of them. To do this, run:
108-
109-
```bash
110-
git fetch --all --prune
111-
```
112-
113106
4. If you just cloned your fork, your GitHub repository will tell you your branch is up-to-date:
114107
115108
![](_static/img/new-contributor-guide/synced_fork.png)

docs/source/using-executorch-building-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ toolchains, down to C++17. See [Runtime Overview](runtime-overview.md) for
4141
portability details.
4242

4343
## Environment Setup
44-
Clone the ExecuTorch repository from GitHub and create a conda environment. Venv can be used in place on conda.
44+
Clone the ExecuTorch repository from GitHub and create a conda environment. Venv can be used in place of conda.
4545
```bash
4646
git clone -b viable/strict https://github.com/pytorch/executorch.git
4747
cd executorch

0 commit comments

Comments
 (0)