Thanks again for guidelines,just one question more, what command/GUI output you use to make correct patch diff output on Windows?
== Create a patch == * Activate your local feature branch * Rebase, when the remote branch has been updated inbetween: * Right-click on the folder where the IPFire-code is located * TortoiseGit > Rebase... * Branch: Your local feature branch * Upstream: next * Select the newest ID and start the rebase * Right-click on the folder where the IPFire-code is located * TortoiseGit > Revision graph * Select the block "next - origin/next" * While holding the ctrl-key select your local feature branch * Right-click > Unified diff * Ctrl+Shift+S to save the patch to a file
Not 100% sure about the rebase procedure, but has been working till then =)
hth, Lars