About 183,000,000 results
Open links in new tab
  1. Creating a new repository - GitHub Docs

    In the upper-right corner of any page, select , then click New repository. Optionally, to create a repository with the directory structure and files of an existing repository, select the Choose a …

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

    Jun 24, 2024 · Now, you understand the basics of creating and managing a repository on GitHub. With your first repository set up, you’re now ready to explore its features and start collaborating on your …

  3. Creating Repository in GitHub - GeeksforGeeks

    Jul 12, 2025 · 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 step about …

  4. How to create your first GitHub repository: A beginner's guide ...

    Creating your first GitHub repository is a milestone for any aspiring developer. In this video, we break down the process of creating your first repository. Discover the importance of...

  5. How to Create GitHub Repository: A Beginner’s Step-by-Step Guide

    Apr 27, 2025 · In this beginner-friendly guide, I’ll walk you through how to create GitHub repository step-by-step, even if you have no prior experience! Whether you want to save coding projects, notes, or …

  6. GitHub - Creating a New Repository - letsupdateskills.com

    Clicking the "+" icon in the upper-right corner and selecting New repository. Or visiting this URL directly: https://github.com/new. Now you’ll need to provide the following details: Repository Name: This is the …

  7. Learn How to Use Git and GitHub – A Beginner-Friendly Handbook

    Dec 12, 2025 · GitHub: Online hosting platform for Git repositories that acts like a central “code server” so teams can share, review, and collaborate. Other Git hosts exist (GitLab, Bitbucket), but GitHub is …

  8. How To Create A Repo On Github: A Step-By-Step Guide

    Jul 1, 2024 · In this article, we will walk you through the process of creating a repository on GitHub, from understanding the basics of Git and GitHub to managing your repository settings and collaborating …

  9. git init: Set Up Your Git Repo | Atlassian Git Tutorial

    This tutorial provides an overview of how to set up a repository (repo) under Git version control. This resource will walk you through initializing a Git repository for a new or existing project. Included …

  10. Git- Setting up a Repository - GeeksforGeeks

    Jul 11, 2025 · Whether you are working on a personal project or collaborating with a team, setting up a Git repository is the first step to using Git’s powerful features. This article will guide you through the …