Commit fd28011
authored
docs: update procedure to configure Git (#287)
The current procedure for configuring `git` does not allow it to push
commits
besides the current repository, even if the app token may have access to
other
repositories. It also does not allow `git` to clone such a repository.
This new procedure configures `gh` first and then calls `gh auth
setup-git`
to configure `git` so it will work for any repository that the token has
access to.1 parent 85eb8dd commit fd28011
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
115 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| |||
0 commit comments