Fande Kong <[email protected]> writes: > SO. How to merge > https://bitbucket.org/petsc/petsc/branch/pr192/Fande-Kong/scalable-matincreaseoverlap/master > to my own branch. And then I can fix bugs there, send a pull request. It > should be simple, but I do not know.
git pull --ff-only https://bitbucket.org/petsc/petsc pr192/Fande-Kong/scalable-matincreaseoverlap/master Typically you'll have a named remote (git remote -v) for the PETSc repository, in which case you can substitute that name for the https URL.
signature.asc
Description: PGP signature
