Code view shows the state of master instead of the repository's default branch ie dev - not sure if intentional
I'd say we should definitely change this, do you have an example of a repo which is configured as such for testing?
TIL you can change the default branch...
Sent with GitHawk
@rnystrom Just need to chuck this somewhere:
... on Repository {
defaultBranchRef {
name
}
}
Maybe we need to just add branch selection in general. Atm it鈥檚 fixed for simplicity. However adding an extra call makes it basically as complicated as switching when you鈥檙e at the root dir.
Sent with GitHawk
Most helpful comment
TIL you can change the default branch...
Sent with GitHawk