Posts tagged "git"

How to Suck Less at Git
Part 1 - The Git Graph

Keeping git history when combining multiple repos into a monorepo

How to interactively rebase git merge commits
The easiest way to rearrange merge-commit pull requests

To squash or not to squash?
Which merge strategy should your team use for PRs?

Why you should stop using git pull
...in its default form

Make Rebasing Faster...unix style
An update to an old post that only worked on Windows

How to write better commit messages
You writing "fixed" is hurting your whole team

Why you should stop using Git's default text editor
Use the text editor you're most comfortable with

New git commands to replace 'checkout'
Git somewhat recently introduced two new commands, switch and restore

Git 101 - The Log
This post is the first installment of what I hope to be a comprehensive explanation of the most effective git strategies and workflows
Making rebasing faster
Do you find yourself running "git rebase -i head~N" a lot?
A Shortcut For Git (on Windows)
What are the three most common letters you type when using git? 'g-i-t'. What if you could reduce that by two thirds?
Moving a branch pointer in Git
My struggles with a seemingly simple task
