Luke Shumaker <[email protected]> writes: > On Sun, 22 Mar 2015 08:00:44 -0400, > Nicolás Reynolds wrote: >> [1 <multipart/signed (7bit)>] >> [1.1 <text/plain (quoted-printable)>] >> >> i'm thinking if the abslibre.git log wouldn't be cleaner if instead of >> merging like now, we rebase to origin/master before pushing. >> >> instead of this: >> >> git commit PKGBUILD -m "foo: upgrade" >> git pull origin master >> git push origin master # merge >> >> this: >> >> git commit PKGBUILD -m "foo: upgrade" >> git fetch origin >> git rebase origin/master >> > > Or > > git pull --rebase origin master
yes! i discovered this one after sending the email but forgot to add. anything against rebasing before pushing? -- D
signature.asc
Description: PGP signature
_______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
