diff --git a/2022/2022-05-31_git-trilogy-part-1/slides/gitlab.md b/2022/2022-05-31_git-trilogy-part-1/slides/gitlab.md index 2766afcd85681944c3927a7ee18c8bea05b209cc..f36b003e4a54b16b850ddf5c88a63489c49cbd1f 100644 --- a/2022/2022-05-31_git-trilogy-part-1/slides/gitlab.md +++ b/2022/2022-05-31_git-trilogy-part-1/slides/gitlab.md @@ -16,7 +16,7 @@ Web-based platforms with **many** features facilitating storing, tracking and co - Public GitLab: [https://gitlab.com](https://gitlab.com) - **LCSB** specific: [https://gitlab.lcsb.uni.lu](https://gitlab.lcsb.uni.lu) -Another popular platforms: +Other popular platforms: - **GitHub**: [https://github.com](https://github.com) - **BitBucket**: [https://bitbucket.org](https://bitbucket.org) - **Gitea**: [https://gitea.io](https://gitea.io) diff --git a/2022/2022-05-31_git-trilogy-part-1/slides/versioning.md b/2022/2022-05-31_git-trilogy-part-1/slides/versioning.md index e9fa7c83ed6828ab3904cd847703f25123f34450..53b1415c53bee230d4d280412a4a476fc7facf88 100644 --- a/2022/2022-05-31_git-trilogy-part-1/slides/versioning.md +++ b/2022/2022-05-31_git-trilogy-part-1/slides/versioning.md @@ -1,17 +1,20 @@ # Why use a version control system? -Basic feature: +Basic features: -* Ability to recover old versions +* Maintain different versions of documents or code +* Ability to recover previous versions +* Track all changes to a document or code <div style="position:absolute; left:50%"> <img src="slides/img/version-history_OneDrive.png" height="650px"> </div> Common tools you are already using supporting "version control": -- Owncloud -- OneDrive -- ... + +* Owncloud +* OneDrive +* ... From the list of files, it is clear *who* changed which file and *when*. diff --git a/2022/2022-05-31_git-trilogy-part-1/slides/what_is_git.md b/2022/2022-05-31_git-trilogy-part-1/slides/what_is_git.md index a28044617a900af92461e7d1133c68198b99b513..62bf14050d51f0d7c17ad4d1ed75e070aee141b9 100644 --- a/2022/2022-05-31_git-trilogy-part-1/slides/what_is_git.md +++ b/2022/2022-05-31_git-trilogy-part-1/slides/what_is_git.md @@ -37,8 +37,8 @@ Linus Torvalds (2007-06-14) * Annotate each change with description * **Backtrack** (if necessary) and undo unwanted changes * Contribute content in parallel -* Easily **add contributions** of your collaborators to the any version -</div> +* Easily **add contributions** of your collaborators to any version + note: