← Back to team overview

fenics team mailing list archive

Re: Repositories and workflow

 

git help branch :)

git branch -d logg/tuplenotation
or -D to force deletion if it hasn't been merged upstream.

On 24 April 2013 11:14, Garth N. Wells <gnw20@xxxxxxxxx> wrote:
> On 23 April 2013 21:06, Anders Logg <logg@xxxxxxxxx> wrote:
>> Dear all,
>>
>> A couple of developers told me last week they were waiting for the
>> dust to settle before jumping in and working actively with the new
>> code repositories. I think the dust has now settled (with yet another
>> rewrite of the FFC repository yesterday) and it's safe to jump in.
>>
>> As before, please read up on
>>
>>    http://git-scm.com/book
>>    https://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html
>>    https://bitbucket.org/petsc/petsc/wiki/developer-instructions-git
>>
>> One thing I would suggest now is that core developers publish branches
>> they intend to merge as part of the main repositories (as opposed to
>> storing them in personal repositories). It makes it easier for others
>> to follow the development. Note e.g. that PETSc has 66 branches at the
>> moment. Examples would be the UFL repository which could have the
>> following branches:
>>
>>   master
>>   next
>>   martinal/subdomains
>>   martinal/signatureopt
>>   logg/tuplenotation ;-)
>>
>
> Can you remind me what the command is to delete a branch so I can
> remove the last branch in the above list?
>
> Garth
>
>> Issues we still need to discuss (please jump in) are:
>>
>> - Moving questions to stackexchange (comment on previously suggested
>>   instructions)
>>
>> - Updating the information on the web pages (please help out)
>>
>> --
>> Anders
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~fenics
>> Post to     : fenics@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~fenics
>> More help   : https://help.launchpad.net/ListHelp
>
> _______________________________________________
> Mailing list: https://launchpad.net/~fenics
> Post to     : fenics@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~fenics
> More help   : https://help.launchpad.net/ListHelp


References