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
_______________________________________________
fpc-devel maillist  -  [email protected]
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to