Updated Forks (markdown)

master
Shane Smiskol 2021-03-28 09:52:01 -05:00
parent f5b40a4727
commit 2fd197cfc2
1 changed files with 1 additions and 1 deletions

@ -101,7 +101,7 @@ example). Or you can edit a file you want to change in the first place.
Variables defined:
- `USERNAME`: The GitHub username of the fork maintainer you would like to copy a branch from.
- `THEIR_BRANCH`: The branch on `USERNAME`'s fork you want to copy over to yours.
- `ANY_NAME_FOR_BRANCH`: Can be identical to `THEIR_BRANCH` (as long as it doesn't already exist on your fork!), or a new name you want their branch to be named once uploaded (pushed) to your fork on GitHub and locally.
- `ANY_NAME_FOR_BRANCH`: Can be identical to `THEIR_BRANCH` (as long as it doesn't already exist on your fork!), or a new name you want their branch to be called once uploaded (pushed) to your fork on GitHub.
Now let's get started:
- `git remote add USERNAME https://github.com/USERNAME/openpilot` - This adds a Git remote pointing to `USERNAME`'s repository on GitHub to your local repository so you can pull from it.