[Dev] abslibre.git

Nicolás Reynolds fauno at endefensadelsl.org
Thu Mar 26 22:43:27 GMT 2015


Luke Shumaker <lukeshu at sbcglobal.net> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 584 bytes
Desc: not available
URL: <https://lists.parabola.nu/pipermail/dev/attachments/20150326/b4c52fb8/attachment.sig>


More information about the Dev mailing list