Skip to main content

183 Search results for "clone"

Authentication / Account security /

Removing sensitive data from a repository

GitHub.com. However, those commits may still be accessible elsewhere: In any clones or forks of your repository Directly via their SHA-1 hashes in cached views

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

GitHub Pages / Set up site with Jekyll /

Setting a Markdown processor for your GitHub Pages site using Jekyll

editor by selecting the dropdown menu and clicking github.dev. You can also clone the repository and edit the file locally via GitHub Desktop by clicking GitHub