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
21 lines
637 B
- 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/
|