Hello,

although not something critical, it would be good to clean up unused (already merged) branches from tmp or personal paths in git.

Not big deal, but will save some reference and space when cloning all the repo, keeping things a bit more cleaner as well.

Deleting the remote branch can be done with:

git push origin :path/branch

For example, I removed my xavp branch from personal path (daniel) with:

git push origin :daniel/xavp

You can see the list of branches at:

http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=heads

Cheers,
Daniel

--
Daniel-Constantin Mierla - http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Trainings - Berlin, Nov 25-28; Miami, Nov 18-20, 2013
  - more details about Kamailio trainings at http://www.asipto.com -


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to