mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2026-04-30 04:00:52 -05:00
19 lines
721 B
Markdown
19 lines
721 B
Markdown
[⬅️ Back to Table of Contents](../README.md#git-command-reference-full-list)
|
|
|
|
# Git Command Reference (Full List)
|
|
|
|
|
|

|
|
> 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_
|