Skip to main content

182 Search results for "clone"

Pull requests / Commit changes to your project / Troubleshooting commits /

Commit exists on GitHub but not in my local clone

Sometimes a commit will be viewable on GitHub, but will not exist in your local clone of the repository. When you use git show to view a specific commit on the

Repositories / Branches and merges / Manage branches /

Renaming a branch

Updating a local clone after a branch name changes After you rename a branch in a repository on GitHub, any collaborator with a local clone of the repository

Apps / Creating GitHub Apps / Writing code for a GitHub App /

Quickstart for building GitHub Apps

Node.js version 12 or greater. For more information, see Node.js. Step 1: Clone the app code To help you get started quickly, we wrote code that you can

Codespaces / Reference /

Disaster recovery for GitHub Codespaces

can check the current service status on the Status Dashboard. Option 3: Clone the repository locally or edit in the browser While GitHub Codespaces provides

Apps / Creating GitHub Apps / Writing code for a GitHub App /

Building CI checks with a GitHub App

repository." Clone your repository from the previous step. For more information, see "Cloning a repository." You may use a local clone or GitHub

Get started / Learning about GitHub /

GitHub glossary

revision referenced by the current HEAD. Also see "dirty". clone A clone is a copy of a repository that lives on your computer instead of on a

Repositories / Create & manage repositories /

Cloning a repository

You can clone your repository to create a local copy on your computer and sync between the two locations. About cloning a repository You can clone a repository

Get started / Getting started with Git /

About remote repositories

ways to clone repositories available on GitHub.com. When you view a repository while signed in to your account, the URLs you can use to clone the project

GitHub Desktop / Add & clone repositories /

Cloning and forking repositories from GitHub Desktop

Desktop to clone and fork repositories that exist on GitHub. About local repositories Repositories on GitHub are remote repositories. You can clone or fork

Repositories / Create & manage repositories /

Troubleshooting cloning errors

Use SSH instead If you've previously set up SSH keys, you can use the SSH clone URL instead of HTTPS. For more information, see "About remote repositories