Skip to content

Commit 87a363c

Browse files
author
NoahAndrews
committed
Still playing with formatting
1 parent 332042f commit 87a363c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

switching.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,23 @@ instructions. If that happens, install Git using
1313
[these instructions](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git),
1414
and then restart Android Studio.
1515

16-
1. Set up your remotes.
17-
16+
1. Set up your remotes.
1817

1918
a. Note that the list of remotes is not synced using Git, so you should do this on any
20-
computers that have a copy of this repository.
19+
computers that have a copy of this repository.
20+
2121
b. Open the Terminal tab in Android Studio.
22+
2223
c. To see your current remotes and where they point, enter the command
2324
`git remote -v`.
25+
2426
d. Your `origin` remote should point to wherever you're hosting your repository.
2527
You probably have a remote (usually named `upstream`) that points to the
2628
official FTC repository (`https://github.com/ftctechnh/ftc_app.git`).
29+
2730
e. Delete whatever remote points to the official FTC app. For example,
2831
`git remote remove upstream`.
32+
2933
f. Replace it with an `upstream` remote that points to whichever version of OpenRC
3034
that you prefer. If you want to have access to Blocks and OnBotJava, use the
3135
command `git remote add upstream https://github.com/OpenFTC/OpenRC.git`.

0 commit comments

Comments
 (0)