Yukai Chou
21e9ba3345
fixup! Use "GitHub Actions" as a whole
2023-11-23 07:29:04 +08:00
Yukai Chou
1ac1609bb7
Use "GitHub Actions" as a whole
2023-11-23 07:20:11 +08:00
Jakub Kuczys
bd749b67f6
Allow gh repo set-default --view without repo argument ( #7441 )
2023-05-15 11:08:01 +12:00
Des Preston
94fe6c7764
Fix set-default interactive not showing all remotes ( #6969 )
2023-02-07 23:11:38 +00:00
Mislav Marohnić
8df1e9946f
repo set-default: support bare git repos
...
The command was using this to check for git repo context:
git rev-parse --is-inside-work-tree
With this change, this is used instead:
git rev-parse --git-dir
The latter approach works in the context of a bare git repository, which does not have a worktree.
2023-01-18 20:45:12 +01:00
vilmibm
f5d19b831e
error instead of prompt when no base repo + fixes
2022-12-15 11:44:37 -08:00
vilmibm
5461d15b74
final bit of feedback
2022-12-14 16:26:01 -08:00
vilmibm
6532397963
use factory git client
2022-12-14 16:26:01 -08:00
vilmibm
db4de60307
rename command and fix tests
2022-12-14 16:26:01 -08:00