> Umm, the current branch would always have WIP. Sure, me too.
> Always committing half done work to fix a problem in another branch > seems tedious to me. No, because you can use "git rebase -i" later, and thus squash together different commits. I have lots of "temporary" commits (which, btw, allows me to push to the backup place). Another useful tool is "git stash". It parks your current changes so you can switch branches, and reapply the changes laster when you are back (git stash apply). /alessandro _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot