Tag Archives: git

See Differences in two git branches

Combine commits with Rebase – squashed!

If you commit often while deep inside a coding tornado, that’s great, but you should clean up after the whirlwind so that your commits tell a better story. Use an interactive rebase to combine multiple smaller incremental commits into larger ones. This helps swab out the dumb “forgot something” or “code cleanup” commits, and enables […]

Git prune remote and local branches