<html>#2499: New machine thornyflat at WVU
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Erik Schnetter</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>open</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>development version</td></tr>
<tr><td style='text-align:right'>     Type:</td><td>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td>SimFactory</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p><span class="ap-mention" data-atlassian-id="557058:bd4e7bbf-5b51-4a78-8af3-139afa0dcfe5">@Maria</span> I added you as a  “developer” to the Simfactory repo so you should be able to push your required changes your self into the <code>eschnett/thornyflat</code> branch.</p>
<p>You may have to do a full checkout first ie:</p>
<div class="codehilite"><pre><span></span><span>git clone git@bitbucket.org:simfactory/simfactory2.git</span>
<span>git checkout eschnett/thornyflat</span>
</pre></div>


<p>then add the modified files and tell git about them</p>
<div class="codehilite"><pre><span></span><span class="n">git</span> <span class="k">add</span> <span class="n">mdb</span><span class="o">/</span><span class="n">machines</span><span class="o">/</span><span class="n">thornyflat</span><span class="p">.</span><span class="n">ini</span>
<span class="n">git</span> <span class="k">add</span> <span class="n">mdb</span><span class="o">/</span><span class="n">runscripts</span><span class="o">/</span><span class="n">thornyflat</span><span class="p">.</span><span class="n">run</span>

<span class="n">git</span> <span class="k">commit</span> <span class="o">-</span><span class="n">m</span> <span class="s1">&#39;thornyflat: update after modules have changed&#39;</span>
<span class="n">git</span> <span class="n">push</span>
</pre></div>


<p>where you will need one <code>git add</code> per changed file (or use <code>git add -p</code> which will interactively show each change to add to the commit).</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2499/new-machine-thornyflat-at-wvu'>https://bitbucket.org/einsteintoolkit/tickets/issues/2499/new-machine-thornyflat-at-wvu</a></p>
</html>