Skip to content

Commit d75721c

Browse files
docs: add description of where to pull repository when updating workspace (#419)
* docs: add description of where to pull repository when updating workspace Signed-off-by: Tier4Guan <muhua.guan@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Tier4Guan <muhua.guan@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1df24ae commit d75721c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/installation/autoware/source-installation.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ sudo apt-get -y install git
101101

102102
```bash
103103
cd autoware
104-
git pull
104+
git pull <remote> <your branch>
105105
```
106106

107+
`<remote>` is usually `git@github.com:autowarefoundation/autoware.git`
108+
107109
2. Update the repositories.
108110

109111
```bash

0 commit comments

Comments
 (0)