Git
entities · 5 notes linked
Related: Version Control · Github · Branching Strategy · Scott Chacon · Distributed Version Control · Developer Productivity · Continuous Delivery · Git Rebase
Notes
- A successful Git branching model — Git-flow branching model with master, develop, feature, release, hotfix branches
- Book — Free comprehensive textbook covering all Git concepts
- GitHub - tiimgreen/github-cheat-sheet: A list of cool features of Git and GitHub. — Comprehensive hidden and advanced Git and GitHub features reference
- Please, oh please, use git pull --rebase (Example) — Git rebase best practices for linear history on personal branches
- git - the simple guide — Minimal beginner reference for core git commands and workflow