Community
Participate
Working Groups
I think we can manage branches and do Git push/pull on the Git Repositories UI (see Bug 338226). I would be similar to EGit way then. Boris mentioned though that we should consider having a separate piece of UI for branches, pull/push etc. Thoughts?
> Thoughts? I think we should always start with its own page as a way to just make sure that the function is built with loose coupling. But I think we are starting to get enough pages, some of them simple enough, that people are going to want to combine functionality. I opened bug 339566 to start thinking about "show view."
My thinking was that we need two pages, because there's a difference between operations on a single existing repository (git branch, git checkout, git push/pull) and operations that create new repositories (git init, git clone). The latter could live on a general Git page (one that we link to from the header?), the former would be parameterized with the repository it operated on.
*** This bug has been marked as a duplicate of bug 339722 ***