You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/git-providers.md
+24-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Git Providers
2
2
3
-
Coder integrates with git providers so developers can authenticate with repositories within their workspace.
3
+
Coder integrates with git providers to automate away the need for developers to authenticate with repositories within their workspace.
4
4
5
5
## How it works
6
6
7
-
When developers use `git` inside their workspace, they are first prompted to authenticate. After that, Coder will store/refresh tokens for future operations.
7
+
When developers use `git` inside their workspace, they are prompted to authenticate. After that, Coder will store and refresh tokens for future operations.
1.[Create a GitHub App](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app) to enable fine-grained access to specific repositories, or a subset of permissions for security.
2. Adjust the GitHub App permissions. You can use more or less permissions than are listed here, this is merely a suggestion that allows users to clone repositories:
0 commit comments