[Dev] abslibre.git

Nicolás Reynolds fauno at endefensadelsl.org
Sun Mar 22 12:00:44 GMT 2015


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

this way there's no merge just a continuum of package upgrades :)

-- 
}(:=
-------------- 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/20150322/4ecbad6a/attachment.sig>


More information about the Dev mailing list