MC-1278 Making adding data-et and data-id to life-lines and actors

This commit is contained in:
Knut Sveidqvist
2024-02-16 12:10:12 +01:00
parent f1e5bd37ae
commit 762daac854
7 changed files with 78 additions and 210 deletions

8
Pulling-from-remote.md Normal file
View File

@@ -0,0 +1,8 @@
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
```