mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2025-12-20 09:00:43 -06:00
961 B
961 B
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: 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