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.

21 lines
637 B

  1. - Official Documentation:
  2. https://git-scm.com/docs
  3. - "Pro Git"-book
  4. https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control
  5. https://git-scm.com/book/en/v2/Appendix-C%3A-Git-Commands-Setup-and-Config
  6. - Rewriting History:
  7. https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
  8. - Merge methods:
  9. https://docs.gitlab.com/ee/user/project/merge_requests/methods/
  10. - Advanced Merging:
  11. https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging
  12. - Merge or Rebase:
  13. https://www.atlassian.com/git/articles/git-team-workflows-merge-or-rebase
  14. - Conventional Commits:
  15. https://www.conventionalcommits.org/en/v1.0.0/