Tagged
#git
15 posts
How to Suck Less at Git
Part 1 - The Git Graph
#gitHow to Suck Less at Git
Part 2 - Editing Git History
#gitHow to Suck Less at Git
Part 3 - Other Useful Git Tools
#gitHow to interactively rebase git merge commits
The easiest way to rearrange merge-commit pull requests
#gitTo squash or not to squash?
Which merge strategy should your team use for PRs?
#gitWhy you should stop using git pull
...in its default form
#gitMake Rebasing Faster...unix style
An update to an old post that only worked on Windows
#git#terminal#utilityHow to write better commit messages
You writing "fixed" is hurting your whole team
#git#communicationWhy you should stop using Git's default text editor
Use the text editor you're most comfortable with
#git#terminal#utilityNew git commands to replace 'checkout'
Git somewhat recently introduced two new commands, switch and restore
#git#utilityGit 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
#gitMaking rebasing faster
Do you find yourself running "git rebase -i head~N" a lot?
#git#efficiency#utilityA 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?
#git#terminal#utilityMoving a branch pointer in Git
My struggles with a seemingly simple task
#git