James Harris
James Harris
I too have hit this problem; is there any way to restart the XR controller when using unbound.io?
Blocked by #57
The create command could optionally create an empty commit on the default branch.
I'm not really sure how to implement the rest of this. I guess I'll need to iterate over all the local refs (tags and branches) and verify that they exist...
See also https://github.com/go-git/go-git/issues/249#issuecomment-772354474
I'm not certain, but I think `Attachment` might be producing two levels of `blocks` fields in the JSON data. One created by [this field](https://github.com/slack-go/slack/blob/c4095cb17cf21c2b2b9c459d5512d14ca5143f64/attachments.go#L92) and another by the `BlockSet` field...
Blocked by #57
Partially addressed in v0.6.7 -- naively assumes all repos are on GitHub or a GHE installation.
I was thinking about changing the `open` (alias `browse`) command to navigate to the current branch/tag/hash in the code view, rather than always loading the default branch. Thoughts?
Just as a note, the official [Github CLI](https://github.com/cli/cli) also includes a similar feature in the `gh repo view -w` command, which is a bit wordy, but could be aliased. I...