Files
Advanced-Git/contents/git-command-reference-full-list.md
T
2025-07-11 01:58:08 +00:00

19 lines
721 B
Markdown

[⬅️ 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.
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 <repository>](./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_