Skip to main content

183 Search results for "clone"

Get started / Getting started with Git /

Caching your GitHub credentials in Git

or Git Credential Manager (GCM) to remember your credentials. Tip: If you clone GitHub repositories using SSH, then you can authenticate using an SSH key

GitHub Education / GitHub Classroom / Teach /

Using GitHub Classroom with GitHub CLI

accepted assignments View assignment information Clone an assignment's starter code repository Clone a student’s assignment repository Setting up GitHub

Pull requests / Collaborate with pull requests / Propose changes /

Committing changes to a pull request branch created from a fork

Copy the URL for the repository. To clone the repository using HTTPS, under "HTTPS", click . To clone the repository using an SSH key, including

Pull requests / Collaborate with pull requests / Working with forks /

Detaching a fork

forks To turn your fork into a standalone repository, you can clone the fork, use the clone to create a new repository, and then delete the fork. This is

Migrations / Import source code / Command line /

Importing an external Git repository using the command line

command line. Before you start, make sure you know: Your GitHub username The clone URL for the external repository, such as https://external-host.com/user/repo

Repositories / Create & manage repositories /

Quickstart for repositories

command line, navigate to the directory where you would like to create a local clone of your new project. To create a repository for your project, use the gh

Repositories / Archive a repository /

Backing up a repository

performing a mirror clone with the Git CLI. To perform a mirror clone, use the git clone command with the --mirror option. git clone --mirror https://github

Migrations / Import source code / Command line /

Importing a Team Foundation Version Control repository

Microsoft Learn. To clone your Azure Repos repository to your local machine, run git clone --mirror URL, replacing URL with the clone URL for your Azure

Codespaces / Troubleshooting /

Troubleshooting authentication to a repository

Learn how to troubleshoot common authentication issues when you clone, push to, or pull from a repository in a codespace. When you create a codespace for

Get started / Start your journey /

Downloading files from GitHub

snapshot of a repository's files as a zip file to your own (local) computer. Clone a repository to your local computer using Git. Fork a repository to create