About 400 results
Open links in new tab
  1. Uploading a project to GitHub

    This tutorial will show you how to upload a group of files to a GitHub repository. Uploading your files to a GitHub repository lets you: Apply version control when you make edits to the files, so …

  2. Adding a file to a repository - GitHub Docs

    You can upload and commit an existing file to a repository on GitHub or by using the command line.

  3. Adding locally hosted code to GitHub

    If you have source code stored locally on your computer that is tracked by Git or not tracked by any version control system (VCS), you can add the code to GitHub by typing commands in a …

  4. Adding an existing project to GitHub using GitHub Desktop

    You can add an existing Git repository to GitHub using GitHub Desktop. Using the command line, remove any git remotes currently configured for the repository. # Show existing remotes $ git …

  5. Adding a repository from your local computer to GitHub Desktop

    You can add a Git repository from your local computer to GitHub Desktop by dragging the folder onto the GitHub Desktop window. If you drag multiple Git folders into GitHub Desktop at the …

  6. Creating a new repository - GitHub Docs

    Click Create repository. At the bottom of the resulting Quick Setup page, under "Import code from an old repository", you can choose to import a project to your new repository. To do so, click …

  7. Pushing commits to a remote repository - GitHub Docs

    When you clone a repository you own, you provide it with a remote URL that tells Git where to fetch and push updates. If you want to collaborate with the original repository, you'd add a new …

  8. Quickstart for repositories - GitHub Docs

    To create a repository for your project, use the gh repo create subcommand. When prompted, select Create a new repository on GitHub from scratch and enter the name of your new project.

  9. Hello World - GitHub Docs

    This tutorial teaches you GitHub essentials like repositories, branches, commits, and pull requests. You'll create your own Hello World repository and learn GitHub's pull request …

  10. Downloading files from GitHub

    There are different ways to get a copy of a repository's files on GitHub. You can: Download a snapshot of a repository's files as a zip file to your own (local) computer. Clone a repository to …

Refresh