About 1,100,000 results
Open links in new tab
  1. Git Guides - git init - GitHub

    For an existing project to become a Git repository, navigate into the targeted root directory. Then, run git init. Or, you can create a new repository in a directory in your current path. Use git init …

  2. Git Cheat Sheet | GeeksforGeeks

    Mar 26, 2025 · Here are some basic Git commands: Adds a specific file to the staging area. Adds all modified and new files to the staging area. Shows the current state of your repository, …

  3. How do I do an initial push to a remote repository with Git?

    I should add that if you want other people to collaborate with you on this repo, you should add --shared to the end of the git --bare init command. This will setup the necessary permissions. …

  4. Git - git-init Documentation

    git-init - Create an empty Git repository or reinitialize an existing one. git init [-q | --quiet] [--bare] [--template=<template-directory>] [--separate-git-dir <git-dir>] [--object-format=<format>] [--ref …

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

    Mar 17, 2025 · Learn how to set up a Git repository with git init, connect to a remote, configure settings, and troubleshoot common issues—all in one beginner-friendly guide. Training more …

  6. Git init - Atlassian

    git init creates a new Git repository, can be used to convert an existing, unversioned project to a Git repo, or initialize a new, empty repo.

  7. Starting with Git: Learn git init, git clone, git status, git add, git ...

    In this tutorial, we’ll walk through how to use git init, git clone, git status, git add, git commit, and git log. These commands are the building blocks of version control, helping you...

  8. Git Complete: git init, git clone, git (add, commit, pull, push)

    Apr 17, 2019 · Let’s break down what is actually happening when you running the git clone command and its relationship to git init. git init is called, which creates the local repository; git …

  9. Basic Git Commands With Examples "git add . or git add -A" [Git

    Jan 10, 2020 · In all its complexity, Git works quite simply: you first need to create a local repository in your project's root directory (folder). Afterwards, Git can track project files and …

  10. Basic Git commands: init, add, commit, status, log - Git

    In this article, we will explore some basic Git commands that every developer should know: init, add, commit, status, and log. 1. git init. The git init command initializes a new Git repository for …

  11. Some results have been removed
Refresh