mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 06:20:07 +02:00
10 lines
211 B
Markdown
10 lines
211 B
Markdown
Pulling from remote repo
|
|
|
|
```
|
|
git remote add os_repo git@github.com:mermaid-js/mermaid.git
|
|
git pull os_repo main
|
|
git pull os_repo
|
|
git pull os_repo master
|
|
git pull os_repo 5237-unified-layout-common-renderer
|
|
```
|