Git
Git workflows, branching strategies, commit conventions, and version control techniques for teams.
11 notes
-
Change the Origin of a Git Repository
How to update a Git repository's remote origin URL, verify the change, and push all branches and tag...
-
Creating Pull Requests
How to write effective pull requests, keeping them small and focused, writing useful titles and desc...
-
Git Branching Strategies
An overview of the most common Git branching strategies — Git Flow, trunk-based development, GitHub...
-
Git Hooks
Learn how to use Git hooks to automate quality checks locally, with examples for pre-commit linting,...
-
Gitflow Branching Model
A detailed guide to the Gitflow branching model, covering its branch structure, feature and hotfix w...
-
Reviewing Pull Requests
Best practices for reviewing pull requests effectively, covering how to understand the change, evalu...
-
Stacked Pull Requests
Learn how to use stacked pull requests to break large features into small, reviewable branches that...
-
Trunk-Based Development
A practical guide to trunk-based development, the branching strategy where developers integrate chan...
-
Using Multiple SSH Keys
How to configure your machine to use different SSH keys for personal and work GitHub accounts using...
-
Versioning
An overview of versioning strategies for software projects, focusing on Semantic Versioning (SemVer)...
-
Writing Good Commit Messages
A practical guide to writing clear, consistent commit messages using the Conventional Commits specif...