Add Git book

This commit is contained in:
Charles-Axel Dein 2021-12-10 14:54:31 +01:00
parent 2e8d3d54be
commit 01333f8e8f
No known key found for this signature in database
GPG Key ID: 64C00027F3375D70
1 changed files with 4 additions and 3 deletions

View File

@ -1287,15 +1287,16 @@ End-to-end tests:
### Version control (Git)
- 📖 [Git Book](https://git-scm.com/book/en/v2)
- [Git Cheat Sheet](https://github.com/arslanbilal/git-cheat-sheet)
- [git-tips](https://github.com/git-tips/tips)
- [Git from the inside out](https://codewords.recurse.com/issues/two/git-from-the-inside-out)
- [Oh Shit, Git!?!](https://ohshitgit.com/)
- [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
- [Git Merge vs. Rebase: Whats the Diff?](https://hackernoon.com/git-merge-vs-rebase-whats-the-diff-76413c117333)
- 🏙[Story-telling with Git rebase](https://speakerdeck.com/aemeredith/story-telling-with-git-rebase)
- 🏙[Git Rebase vs. Merge](https://speakerdeck.com/mrfoto/git-rebase-vs-merge)
- 🏙[10 Git Anti Patterns You Should be Aware of](https://speakerdeck.com/lemiorhan/10-git-anti-patterns-you-should-be-aware-of)
- 🏙 [Story-telling with Git rebase](https://speakerdeck.com/aemeredith/story-telling-with-git-rebase)
- 🏙 [Git Rebase vs. Merge](https://speakerdeck.com/mrfoto/git-rebase-vs-merge)
- 🏙 [10 Git Anti Patterns You Should be Aware of](https://speakerdeck.com/lemiorhan/10-git-anti-patterns-you-should-be-aware-of)
### Work ethics, productivity & work/life balance