Seth Mason
Seth Mason
I took a stab at this with https://github.com/osener/github-browse-file/pull/22
Having the same problem. ``` add-zsh-hook -Uz chpwd (){ print -Pn "\e]2;%m:%2~\a" } ``` seems to be redefining `add-zsh-hook`. When I load up vterm I get the following: ``` ❯...
Yeah, my change uses what @whereami8224 brought up (though I didn't know about `@{upstream}`). I just used the `git config` to suss out the remote tracking branch for the current...
You could use `git config` to grab the values from the gitflow config for comparison: ``` ; git config --get gitflow.branch.develop develop ; git config --get gitflow.branch.master master ```
Looks like it got rate limited. From the travis job: ``` E assert None == 'The Octocat' E + where None = ('name') E + where = {'documentation_url': 'https://developer.github.com/v3/#rate-limiting', 'message':...