You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
809 B

2 years ago
  1. # Labene Git Workshop
  2. The complete presentation can be found [here](https://git.pranger.xyz/sp/gitWorkshopLabene/src/branch/main/completePresentation).
  3. ## Useful Links
  4. - Official Documentation:
  5. https://git-scm.com/docs
  6. - "Pro Git"-book
  7. https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control
  8. https://git-scm.com/book/en/v2/Appendix-C%3A-Git-Commands-Setup-and-Config
  9. - Rewriting History:
  10. https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
  11. - Merge methods:
  12. https://docs.gitlab.com/ee/user/project/merge_requests/methods/
  13. - Advanced Merging:
  14. https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging
  15. - Merge or Rebase:
  16. https://www.atlassian.com/git/articles/git-team-workflows-merge-or-rebase
  17. - Conventional Commits:
  18. https://www.conventionalcommits.org/en/v1.0.0/