Files
Advanced-Git/contents/git-command-reference-full-list.md
2025-07-26 07:49:48 +00:00

961 B

⬅️ Back to Table of Contents

Git Command Reference (Full List)

Category: Reference

A comprehensive list of Git commands used in this project.

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.

➡️ Continue to Next Topic: Useful Rare Git Commands You Never Heard Of


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