FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.45k stars 640 forks source link

Support adding and selecting remotes #158

Closed yousefamar closed 11 years ago

yousefamar commented 11 years ago

Although it seems the UI is intended to be minimalistic, adding a remote seems to be a somewhat more important feature that might make sense to at least be included on the top right where "Fetch remote nodes" is for cloned repositories. When creating new local repositories, it seems the only way to add a place to push to is by going back to command line and doing "git remote add origin [URL]". When there is no remote (e.g. after creating a new repository) the area with the "Fetch remote nodes" button is otherwise empty.

Also I don't know if it's just me, but the first push after that doesn't seem to work either. Had to similarly resort to "git push -u origin --all".

sdudzin commented 11 years ago

There is no removing remote in the commit, is it?

FredrikNoren commented 11 years ago

Nope, still needs to be implemented On 17 Oct 2013 16:49, "Siarhei Dudzin" notifications@github.com wrote:

There is no removing remote in the commit, is it?

— Reply to this email directly or view it on GitHubhttps://github.com/FredrikNoren/ungit/issues/158#issuecomment-26513476 .

FredrikNoren commented 11 years ago

Updated the title accordingly