Browse Source

Init usefulLinks list

main
Stefan Pranger 2 years ago
parent
commit
f29c65226a
  1. 21
      usefulLinks

21
usefulLinks

@ -0,0 +1,21 @@
- 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