<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Dec 10, 2013 at 12:07 AM, Jed Brown <span dir="ltr"><<a href="mailto:jedbrown@mcs.anl.gov" target="_blank">jedbrown@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Barry Smith <<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>> writes:<br>
<br>
>    We need a way to organize the “intent” of branches in the<br>
>    repository. Are they throw away tests, long term projects, simple<br>
>    fixes meant to go into next/master soon ….<br>
<br>
</div>Usually I either refrain from pushing throw-away stuff or totally<br>
incomplete stuff (though sometimes I just name that 'jed/wip-xyz').</blockquote><div><br></div><div>I think the names work if we are consistent. I am using 'fix', 'feature', 'remove'.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
>    Now aside from the names how do we know the intent and history? I’m<br>
>    finding branches of mine that should have been merged into next<br>
>    months ago and are now so far behind they need to be discarded<br>
>    since they cannot be merged.<br>
<br>
</div>You should still be able to rebase them.</blockquote><div><br></div><div>Or just merge in master.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">
>  Plus how come no mater how many times and ways I try to delete<br>
>  origin/barry/fix-get-create I cannot get rid of it?<br>
<br>
</div>If you want to delete a branch on the server, use<br>
<br>
$ git push origin :barry/fix-get-create<br>
</blockquote></div><br>Someone needs to hang for this one.</div><div class="gmail_extra"><br></div><div class="gmail_extra">   Matt<br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener
</div></div>