/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

www.maxpou.fr
| | blog.gitbutler.com
2.9 parsecs away

Travel
| | What `git config` settings should be defaults by now? Here are some settings that even the core developers change.
| | gist.github.com
1.4 parsecs away

Travel
| | Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git) - config
| | micahkepe.com
2.7 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.
| | dev.clintonblackburn.com
13.5 parsecs away

Travel
| I sometimes work across multiple branches for a variety of reasons, but usually when breaking up larger changes into smaller chunks. Sometimes I want to rebase these smaller chunks on my master branch. This usually results in the following series of commands: