Browse Source

added README

main
Stefan Pranger 2 years ago
parent
commit
97167cb087
  1. 28
      README.md

28
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/
Loading…
Cancel
Save