|
You are here |
www.maxpou.fr | ||
| | | | |
blog.gitbutler.com
|
|
| | | | | What `git config` settings should be defaults by now? Here are some settings that even the core developers change. | |
| | | | |
gist.github.com
|
|
| | | | | Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git) - config | |
| | | | |
micahkepe.com
|
|
| | | | | 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
|
|
| | | 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: | ||