git-mv: add short/long options (#18288)

This commit is contained in:
Nelson Figueroa
2025-09-30 11:06:40 +03:00
committed by GitHub
parent 82a1a052ad
commit 3bb39be3aa
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -13,4 +13,4 @@
- Sobrescribe el archivo en la ruta objetivo si existe:
`git mv --force {{archivo}} {{objetivo}}`
`git mv {{[-f|--force]}} {{archivo}} {{objetivo}}`
+1 -1
View File
@@ -13,4 +13,4 @@
- Force l'écrasement d'un fichier :
`git mv --force {{file}} {{cible}}`
`git mv {{[-f|--force]}} {{file}} {{cible}}`
+1 -1
View File
@@ -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}}`
+1 -1
View File
@@ -13,4 +13,4 @@
- 대상 경로에 파일 또는 디렉토리가 이미 존재하는 경우 덮어쓰기:
`git mv --force {{경로/대상/파일_또는_디렉토리}} {{경로/대상/목적지}}`
`git mv {{[-f|--force]}} {{경로/대상/파일_또는_디렉토리}} {{경로/대상/목적지}}`
+1 -1
View File
@@ -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}}`
+1 -1
View File
@@ -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}}`