Skip to content

Commit

Permalink
credential.helperにGitHub CLIを利用する
Browse files Browse the repository at this point in the history
  • Loading branch information
InkoHX committed Nov 21, 2022
1 parent 7eb10dd commit 3367a18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
- [`starship`](https://starship.rs/)
- [`zellij`](https://zellij.dev/)
- [`vim`](https://www.vim.org/)
- [`gh`](https://cli.github.com/)
- [`git`](https://git-scm.com/)
- [Delta](https://github.com/dandavison/delta)
- `gh`
- `vim`
- [`fish`](https://fishshell.com/)
- `starship`
Expand All @@ -16,7 +18,6 @@
- `fish`
- `starship`
- `zellij`
- [`gh`](https://cli.github.com/)

### Fonts

Expand Down
7 changes: 7 additions & 0 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@

[include]
path = ~/.gitconfig-local

[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential

0 comments on commit 3367a18

Please sign in to comment.