-
Notifications
You must be signed in to change notification settings - Fork 387
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
dphuang2
committed
Mar 10, 2024
1 parent
f347650
commit c389e75
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -137,7 +137,7 @@ Perform the following steps for each submodule. | |
|
||
1. Run `ssh-keygen -t rsa -b 4096 -C "[email protected]:owner/repo.git"` on your machine to generate a public and private | ||
key pair. | ||
- Make sure to replace `owner` and `repo` with the org and repo name of your **sumbodule** repository. | ||
- Make sure to replace `owner` and `repo` with the org and repo name of your **submodule** repository. | ||
- Make sure that you do **not** set a passcode on the key. | ||
2. Add the **public** key to your **submodule** repository as a `Deploy Key` | ||
- From your submodule repository, go to `Settings` > `Deploy Keys` > `Add Deploy Key`. | ||
|