Files
Advanced-Git/contents/git-command-reference-full-list.md
Micheal Palliparambil e327b231e6 Merge pull request #44 from mike-rambil/fix/mainContent
Fix/main content
2025-07-10 20:57:57 -05:00

987 B

⬅️ Back to Table of Contents

Git Command Reference (Full List)

Category: Reference

A comprehensive list of Git commands used in this project.

Subcommands

  • git init --bare: Initialize a bare repository, typically used for remote repositories.
  • git clone --mirror : Clone a repository in mirror mode, including all refs and branches.

A comprehensive list of Git commands used in this project, formatted according to our standard.

Key Topics & Subcommands

  • git init --bare: Initialize a bare repository, typically used for remote repositories.
  • git clone --mirror : Clone a repository in mirror mode, including all refs and branches.

Author: mike-rambil • Updated: 2024-06-10 • Tags: reference, all-commands