Closed yousefamar closed 11 years ago
There is no removing remote in the commit, is it?
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 .
Updated the title accordingly
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".