From 97167cb0873cda8e1bcb7999b9cfde02fd956128 Mon Sep 17 00:00:00 2001 From: Stefan Pranger Date: Wed, 28 Sep 2022 07:38:52 +0200 Subject: [PATCH] added README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f346161 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Labene Git Workshop + +The complete presentation can be found [here](https://git.pranger.xyz/sp/gitWorkshopLabene/src/branch/main/completePresentation). + + +## Useful Links + +- Official Documentation: + https://git-scm.com/docs + +- "Pro Git"-book + https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control + https://git-scm.com/book/en/v2/Appendix-C%3A-Git-Commands-Setup-and-Config + +- Rewriting History: + https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History + +- Merge methods: + https://docs.gitlab.com/ee/user/project/merge_requests/methods/ + +- Advanced Merging: + https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging + +- Merge or Rebase: + https://www.atlassian.com/git/articles/git-team-workflows-merge-or-rebase + +- Conventional Commits: + https://www.conventionalcommits.org/en/v1.0.0/