зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
22 строки
375 B
Plaintext
22 строки
375 B
Plaintext
git clone:
|
|
http://git-scm.com/docs/git-clone
|
|
|
|
git clone
|
|
-n <remote-repo>
|
|
-n is --no-checkout
|
|
|
|
-l --no-hardlinks <local-repo-path>
|
|
-l is --local
|
|
|
|
--branch <branch-name>
|
|
|
|
|
|
MIRRORING:
|
|
|
|
git clone --mirror ...
|
|
|
|
:: HEAD - currently checked out branch
|
|
git remote -v update --prune
|
|
:: git fetch --prune -v --multiple --all
|
|
:: git fetch --append --prune -v origin
|