automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[QUESTION] Pushing patches.


From: Stefano Lattarini
Subject: [QUESTION] Pushing patches.
Date: Wed, 14 Jul 2010 15:51:05 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

Hello Ralf.

Independently from the fact that you give or not your OK to this
particular patch, I'd like to know if the following procedure is
correct for the pushing of simple patches which should go into
both maint and master:

 1. Checkout the "maint" branch on my local repos:
     $ git co maint
 2. Apply the patch(es) with "git am":
     $ git am 0*.patch
 2a. (Run required tests, if any)
 3. Merge maint into master:
     $ git co master && git merge maint
 3a. (Run required tests, if any)
 4. Push the maint and master branches:
     $ push --dry-run origin master maint # and if all seems ok ...
     $ push origin master maint

Thanks,
   Stefano



reply via email to

[Prev in Thread] Current Thread [Next in Thread]