forked from ApolloAuto/apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document: update how_to_create_pull and adapter_gflags
- Loading branch information
1 parent
df1b187
commit f5ea45f
Showing
2 changed files
with
5 additions
and
3 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 |
---|---|---|
|
@@ -14,13 +14,15 @@ git config user.email "XXX@[XXX.com]" | |
- Clone your fork (Please replace "USERNAME" with your GitHub user name.) | ||
|
||
``` | ||
git clone [email protected]:USERNAME/apollo.git | ||
(Use SSH) git clone [email protected]:USERNAME/apollo.git | ||
(Use HTTPS) git clone https://github.com/USERNAME/apollo.git | ||
``` | ||
|
||
- Add Apollo repository as upstream | ||
|
||
``` | ||
git remote add upstream [email protected]:ApolloAuto/apollo.git | ||
(Use SSH) git remote add upstream [email protected]:ApolloAuto/apollo.git | ||
(Use HTTPS) git remote add upstream https://github.com/ApolloAuto/apollo.git | ||
``` | ||
|
||
- Create a new branch, make changes and commit. | ||
|
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