/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.gitbutler.com
| | micahkepe.com
1.8 parsecs away

Travel
| | There's tons of little goodies you can add to your .gitconfig to make your life easier. From hidden gems in the git Man pages to aliases and shell functions, here's a few things I've found useful to reduce friction in my Git workflow.
| | jvns.ca
1.3 parsecs away

Travel
| | Popular git config options
| | vladimirzdrazil.com
1.9 parsecs away

Travel
| | A collection of Git tips and tricks you might not know.
| | andreabergia.com
23.9 parsecs away

Travel
| Git has an excellent tool designed to help you reorder the commit history: interactive rebase. This can be excellent if you want to keep the history clean, so that it helps other programmers understand the logic behind the changes rather than the actual sequence of commits. Let's walk through an example. Let's write some history Link to heading Let's start by creating an empty project in a new directory: