About 38,100,000 results
Open links in new tab
  1. 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 …

  2. Creating Repository in GitHub - GeeksforGeeks

    May 13, 2024 · This article will give you very detailed information about what is GitHub and how to set up a GitHub account. We will cover a brief introduction to GitHub and then we will step by …

  3. Creating your first repository using GitHub Desktop

    view, where you can choose to create and clone a tutorial repository, clone an existing repository from the Internet, create a new repository, or add an existing repository from your hard drive.

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

  5. Beginner's guide to GitHub repositories: How to create your first repo

    Jun 24, 2024 · How do I create a repository? After you create an account on GitHub, you’ll be taken to your new GitHub dashboard. You should see a green button that says, “Create …

  6. how to create a new git repository from an existing one

    Mar 23, 2012 · In order to create a new Git repository from an existing repository one would typically create a new bare repository and push one or more branches from the existing to the …

  7. How to Create GitHub Repository from Local Directory?

    Apr 12, 2022 · In this post, I will explain how to create a GitHub Repository from an existing Local directory/folder in your computer. Then, I will procide few more tips which might be helpful to …

  8. How to Push Local Project to a New GitHub Repository

    Jan 15, 2024 · This tutorial walks you through a crucial step for a new programming project - how do you create a new GitHub repository and add your code to it? I assume you already have a …

  9. Create a new GitHub Repository from the command line

    Feb 22, 2022 · The first step is to convert the directory to a Git repository. The command to use is: The next step would be to stage the files so they can be committed to your GitHub repository: …

  10. How To Create and Push a New Git Repo to GitHub

    Dec 8, 2022 · To create a new empty Git repository on Github, follow these steps: Log in to your Github account and go to the Github homepage. Click on the plus icon in the top right corner …

  11. Some results have been removed
Refresh