← Back to team overview

kicad-developers team mailing list archive

git pull --rebase

 

Pro tip: use "git pull --rebase" to avoid [1]. To make this default
behavior, try:

    git config pull.rebase true

Or to do it in all your projects and not just kicad,

    git config --global pull.rebase true

[1] https://git.launchpad.net/kicad/commit/?id=36ff4b5e93f6add2ba4a3dd05e6e4a816fb7d59c

-- 
Chris