1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

hub コマンドが補完されなくなった件について

Last updated at Posted at 2019-12-18

結論

hub のaliasに一行追加する。

alias git="hub" # eval "$(hub alias -s)" と等価
alias __git="hub" # ここに追加する。

環境確認

$ hub --version
git version 2.24.0
hub version 2.13.0

 $ bash --version
GNU bash, バージョン 5.0.11(1)-release (x86_64-apple-darwin18.6.0)

参考

Issue
https://github.com/github/hub/issues/1792#issuecomment-518227676

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?