From: Stefan F. <ste...@we...> - 2014-02-10 09:13:55
|
There are no more and more branches on the git repo, I repeat my proposal from some time ago: A) Let us have "official" branches which start with rails_1 or rails_2, and have all others indicate the developer you owns or started the branch. Thus e.g. I rename mine to "sfy_route" or "sfy_rails_2_unfinished". B) And it should be possible to delete old private branches, especially those that have been merged already. This can be checked using with the command "git branch --merged". Branches are only tags to specific commits, so they have nothing special. This would make life easier for all of us. What are the opinions of the others? |