[⬅️ Back to Table of Contents](../README.md#git-command-reference-full-list) # Git Command Reference (Full List) ![Category: Reference](https://img.shields.io/badge/Category-Reference-blue) > A comprehensive list of Git commands used in this project. ## Subcommands - [git init --bare](./git-init-bare.md): Initialize a bare repository, typically used for remote repositories. - [git clone --mirror ](./git-clone-mirror-repository.md): 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](./git-init-bare.md): Initialize a bare repository, typically used for remote repositories. - [git clone --mirror ](./git-clone-mirror-repository.md): Clone a repository in mirror mode, including all refs and branches. --- _Author: mike-rambil • Updated: 2024-06-10 • Tags: reference, all-commands_