Closed alaingdl closed 5 months ago
@alaingdl, if not creating a new branch for each PR, you can use the git rebase
command to bring this branch in sync with the upstream master branch (which contains a squash commit from your previous PR, but does not contain commits that were squashed). To do it, you can try:
git fetch upstream
git rebase upstream/master
git push -f
This way, this PR will have only the relevant commits. HTH, S.
all is in the title ! tolerance is 1e-5