Brendan Forster

Results 633 comments of Brendan Forster

> We should also make sure that this builds and runs with WSL, though I can’t imagine a reason why it wouldn’t. I poked at this today hoping it was...

@hvr that's a good point! WSL is a very minimal install, so I had to install these additional packages to address build failures: ``` $ apt-get install libtinfo-dev libz-dev libutf8proc-dev...

@mark-friedman thanks for the details! As a workaround, you can open the repository in a shell and run this command to stop tracking the now-missing remote repository: ``` $ git...

I'm going to move this to `enhancement` for a couple of reasons: 1. removing a remote requires some thought about how the app presents it to the user so that...

@mark-friedman "fetch origin" is how Git asks for new changes available on the remote repository, without changing the state of your current branch. The fetch button appears when you don't...

Just updated the title to indicate this is related to `fetch` rather than `pull`

@Elderry can you please provide more details about what you are seeing? I'm not sure why Desktop would be re-adding the upstream, but maybe the log files and info about...

Switching this over to `bug` because it looks like Desktop might be meddling in the process by re-adding the upstream repository.