[gmx-developers] Merge enforced rotation branch into master

Carsten Kutzner ckutzne at gwdg.de
Wed Nov 17 11:33:24 CET 2010


On Nov 16, 2010, at 10:42 PM, hess at sbc.su.se wrote:

> Hi,
> 
> A question on the mdp/inputrec options.
> I hope these are hidden when you don't use this, as for normal pull options.
Hi Berk,

rotation options are analogous to pull options. The only extra
mdp option that is always there is of course

rotation = yes / no

I can also make the rotation output files in the mdrun file list hidden.

Carsten


> 
> Berk
> 
>> On Tue, Nov 16, 2010 at 17:58, Carsten Kutzner <ckutzne at gwdg.de> wrote:
>>> can I do a
>>> git checkout master; git merge release-4-5-patches; git push
>>> such that the master gets all the pending fixes from the
>>> 4.5 branch?
>> 
>> It depends a bit on the context whether that works.  Assuming that you
>> have all the tracking branches created, what should work in all
>> situations is the following sequence:
>>  git checkout release-4-5-patches
>>  git pull
>>  git checkout master
>>  git pull
>>  git merge release-4-5-patches
>>  git push
>> Or alternatively, assuming that your remote repository has the default
>> name,
>>  git checkout master
>>  git pull
>>  git merge origin/release-4-5-patches
>>  git push
>> which gives identical history, but a bit different commit message on
>> the merge (that can also be edited manually).
>> 
>> Teemu
>> --
>> gmx-developers mailing list
>> gmx-developers at gromacs.org
>> http://lists.gromacs.org/mailman/listinfo/gmx-developers
>> Please don't post (un)subscribe requests to the list. Use the
>> www interface or send it to gmx-developers-request at gromacs.org.
>> 
> 
> -- 
> gmx-developers mailing list
> gmx-developers at gromacs.org
> http://lists.gromacs.org/mailman/listinfo/gmx-developers
> Please don't post (un)subscribe requests to the list. Use the 
> www interface or send it to gmx-developers-request at gromacs.org.







More information about the gromacs.org_gmx-developers mailing list