Skip to content

docs: clone git repositories #14090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions
  • Loading branch information
BrunoQuaresma committed Aug 6, 2024
commit 21789623d6bbd7da8641f56f346a39fda8fc36e4
5 changes: 4 additions & 1 deletion docs/guides/cloning-git-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ The first step to enable Coder to clone a repository is to provide
authorization. This can be achieved by using the Git provider, such as GitHub,
as an authentication method. If you don't know how to do that, we have written
documentation to help you:
[Authentication with GitHub](https://coder.com/docs/admin/auth#github).

- [GitHub](https://coder.com/docs/admin/auth#github)
- [GitLab self-managed](https://coder.com/docs/admin/external-auth#gitlab-self-managed)
- [Self-managed git providers](https://coder.com/docs/admin/external-auth#self-managed-git-providers)

With the authentication in place, it is time to set up the template to use the
[Git Clone module](https://registry.coder.com/modules/git-clone) from the
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@
},
{
"title": "Cloning Git Repositories",
"description": "Integrate Coder with Git",
"description": "Automatically clone Git repositories into your workspace",
"path": "./guides/cloning-git-repositories.md"
}
]
Expand Down
Loading