diff --git a/2022/2022-05-31_git-trilogy-part-1/slides/example.md b/2022/2022-05-31_git-trilogy-part-1/slides/example.md new file mode 100644 index 0000000000000000000000000000000000000000..039aa89c7ef8a28fc91df2cbe25b38fbc8ce498c --- /dev/null +++ b/2022/2022-05-31_git-trilogy-part-1/slides/example.md @@ -0,0 +1,10 @@ +# Complete example + +Task: add your name to the list of attendees in the practice repository. + +- Repository: [https://gitlab.lcsb.uni.lu/R3/school/git/basic-practice-pages](https://gitlab.lcsb.uni.lu/R3/school/git/basic-practice-pages) +- Development Branch: `develop` +- Website: [https://r3.pages.uni.lu/school/git/basic-practice-pages](https://r3.pages.uni.lu/school/git/basic-practice-pages) + + +<img src="slides/img/icon-live-demo.png" height="100px"> diff --git a/2022/2022-05-31_git-trilogy-part-1/slides/list.json b/2022/2022-05-31_git-trilogy-part-1/slides/list.json index 049189692443e5774f9f2883676a33c5a8c97422..9f605d9b927e3df688fa6afadd2147285c35c9d0 100644 --- a/2022/2022-05-31_git-trilogy-part-1/slides/list.json +++ b/2022/2022-05-31_git-trilogy-part-1/slides/list.json @@ -9,6 +9,7 @@ { "filename": "branches.md" }, { "filename": "web-ide.md" }, { "filename": "merge.md" }, + { "filename": "example.md" }, { "filename": "syncFork.md" }, { "filename": "best_practices.md" }, { "filename": "thanks.md" }