[sympy] Re: new branch sympy

2013-03-16 Thread Julien Rioux
You can delete it from https://github.com/sympy/sympy/branches (just make sure nothing important is lost). Regards, Julien -- You received this message because you are subscribed to the Google Groups sympy group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [sympy] Re: new branch sympy

2013-03-16 Thread Aaron Meurer
You can delete an upstream branch with git using git push remote :branchname (note the colon). The usual syntax is git push remote sourcebranch:remotebranch putting nothing for sourcebranch causes it replace remotebranch with the empty branch (i.e., delete it). It's also best to always