[Dev] abslibre.git

Luke Shumaker lukeshu at sbcglobal.net
Thu Mar 26 21:33:06 GMT 2015


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

--
Happy hacking,
~ Luke Shumaker



More information about the Dev mailing list