About 400 results
Open links in new tab
  1. Adding a file to a repository - GitHub Docs

    Adding a file to a repository on GitHub. Files that you add to a repository via a browser are limited to 25 MiB per file. You can add larger files, up to 100 MiB each, via the command line. For …

  2. 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 …

  3. Adding locally hosted code to GitHub

    Add the files in your new local repository. This stages them for the first commit. $ git add . # Adds the files in the local repository and stages them for commit. To unstage a file, use 'git reset …

  4. 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 …

  5. Creating new files - GitHub Docs

    On GitHub, navigate to the main page of the repository. In your repository, browse to the folder where you want to create a file. Above the list of files, select the Add file dropdown menu, then …

  6. Creating a new repository - GitHub Docs

    You can add or create new files using the user interface or choose to add new files using the command line later. For more information, see Importing an external Git repository using the …

  7. 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 …

  8. Editing files - GitHub Docs

    You can edit files directly on GitHub in any of your repositories using the file editor.

  9. Managing files - GitHub Docs

    You can create new files directly on GitHub in any repository you have write access to. Adding a file to a repository You can upload and commit an existing file to a repository on GitHub or by …

  10. Adding a license to a repository - GitHub Docs

    Above the list of files, select the Add file dropdown menu, then click Create new file. Alternatively, you can click in the file tree view on the left. In the file name field, type LICENSE or …

Refresh