Skip to main content

183 Search results for "clone"

Get started / Getting started with Git /

Updating credentials from the macOS Keychain

it's successful, nothing will print out. To test that it works, try and clone a private repository from GitHub.com. If you are prompted for a password

Get started / Getting started with Git /

Ignoring files

ignore when you make a commit. To share the ignore rules with other users who clone the repository, commit the .gitignore file in to your repository. GitHub

Repositories / Manage repository settings / Manage repository settings /

Managing the push policy for your repository

potentially destructive command for making the remote exactly match the local clone. When run by accident, it can cause many force-pushes and branch deletions

Authentication / Troubleshooting SSH /

Error: Bad file number

issue. To take advantage of this, change the remote URL you're using: $ git clone https://github.com/USERNAME/REPO-NAME.git > Cloning into 'reponame'..

Account and profile / Personal accounts / Manage email preferences /

Remembering your GitHub username or email

original repository or your own fork of someone else's repository. If you clone someone else's repository, their username will show instead of yours. Similarly

Migrations / Import source code / GitHub Importer /

Importing a repository with GitHub Importer

authentication. GitHub Importer will use the credentials to perform a git clone operation on the source repository. Choose an owner and a name for the new

GraphQL API / Reference /

Enums

be able to clone, pull, push, and add new collaborators to all organization repositories. NONE Organization members will only be able to clone and pull public

Repositories / Work with files / Managing large files /

Collaboration with Git Large File Storage

installed, they won't have access to the original large file. If they attempt to clone your repository, they will only fetch the pointer files, and won't have access

Repositories / Manage repository settings / Customize your repository /

About READMEs

.md) Relative links are easier for users who clone your repository. Absolute links may not work in clones of your repository - we recommend using relative

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

Building a GitHub App that responds to webhook events

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