mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
git-mv: add short/long options (#18288)
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
|
||||
- Sobrescribe el archivo en la ruta objetivo si existe:
|
||||
|
||||
`git mv --force {{archivo}} {{objetivo}}`
|
||||
`git mv {{[-f|--force]}} {{archivo}} {{objetivo}}`
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
|
||||
- Force l'écrasement d'un fichier :
|
||||
|
||||
`git mv --force {{file}} {{cible}}`
|
||||
`git mv {{[-f|--force]}} {{file}} {{cible}}`
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
|
||||
- Sposta sovrascrivendo eventuali file esistenti nel percorso di destinazione:
|
||||
|
||||
`git mv --force {{percorso/del/file}} {{nuovo/percorso/del/file}}`
|
||||
`git mv {{[-f|--force]}} {{percorso/del/file}} {{nuovo/percorso/del/file}}`
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
|
||||
- 대상 경로에 파일 또는 디렉토리가 이미 존재하는 경우 덮어쓰기:
|
||||
|
||||
`git mv --force {{경로/대상/파일_또는_디렉토리}} {{경로/대상/목적지}}`
|
||||
`git mv {{[-f|--force]}} {{경로/대상/파일_또는_디렉토리}} {{경로/대상/목적지}}`
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
|
||||
- Sobrescreve o arquivo no caminho alvo se ele já existir:
|
||||
|
||||
`git mv --force {{arquivo}} {{alvo}}`
|
||||
`git mv {{[-f|--force]}} {{arquivo}} {{alvo}}`
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
|
||||
- Eğer varsa belirtilen hedefteki dosyanın üstüne yaz:
|
||||
|
||||
`git mv --force {{dosya}} {{hedef}}`
|
||||
`git mv {{[-f|--force]}} {{dosya}} {{hedef}}`
|
||||
|
||||
Reference in New Issue
Block a user