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

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

  3. Git - Getting a Git Repository

    We’ll also show you how to set up Git to ignore certain files and file patterns, how to undo mistakes quickly and easily, how to browse the history of your project and view changes …

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

  5. How to Create a New Repository in Git

    Learn how to create new Git repositories and clone existing ones. Start new coding projects or contribute to existing ones with Git.

  6. Git Init: How to Initialize and Set Up a Git Repository

    Mar 17, 2025 · In this tutorial, I’ll show you how to set up Git, share personal tips from my journey, and help you create a robust workflow right from the start. What Is Git Init? The git init …

  7. Creating a Git Repository and Pushing to GitHub: A Step-by

    Nov 1, 2024 · This article will walk you through the process of creating a new folder, initializing it as a Git repository, adding a file, committing the changes, and finally pushing those changes …

  8. How to Create a New Repository in Git? - Life in Coding

    A Git repository, or “repo,” stores your project’s code and its entire version history, enabling you to manage code changes, collaborate with team members, and keep a structured workflow. In …

  9. How to create a Git repository - TheServerSide

    Sep 14, 2025 · Follow these steps to create a new Git repository on your personal computer: Create a new folder for your project. Open the folder in Git BASH. Issue the git init command …

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