little cubes

Posts tagged "git"

  1. How to Suck Less at Git

    Part 1 - The Git Graph

  2. How to Suck Less at Git

    Part 2 - Editing Git History

  3. How to Suck Less at Git

    Part 3 - Other Useful Git Tools

  4. Keeping git history when combining multiple repos into a monorepo

  5. How to interactively rebase git merge commits

    The easiest way to rearrange merge-commit pull requests

  6. To squash or not to squash?

    Which merge strategy should your team use for PRs?

  7. Why you should stop using git pull

    ...in its default form

  8. Make Rebasing Faster...unix style

    An update to an old post that only worked on Windows

  9. How to write better commit messages

    You writing "fixed" is hurting your whole team

  10. Why you should stop using Git's default text editor

    Use the text editor you're most comfortable with

  11. New git commands to replace 'checkout'

    Git somewhat recently introduced two new commands, switch and restore

  12. 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

  13. Making rebasing faster

    Do you find yourself running "git rebase -i head~N" a lot?

  14. 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?

  15. Moving a branch pointer in Git

    My struggles with a seemingly simple task