[fpc-devel] Submitting patches using git

Martin Frb lazarus at mfriebe.de
Sat Jul 20 22:12:46 CEST 2019


On 20/07/2019 22:02, Martin Frb wrote:
>
> IF this does not show all of your commits (because the branches where 
> merged), find the revision ONE BEFORE your first commit. (say it is 
> 0abcde):
>   git rebase  -i  0abcde origin/master

That may have to be
   git rebase  -i  --onto origin/master  0abcde  your-branch-name


More information about the fpc-devel mailing list