pages*: convert long-short to short-long syntax (#13567)
* pages*: convert long-short to short-long syntax * git-add: fix typo
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
|
||||
`git clean`
|
||||
|
||||
- [i]nteractively delete untracked files:
|
||||
- Interactively delete untracked files:
|
||||
|
||||
`git clean {{--interactive|-i}}`
|
||||
`git clean {{-i|--interactive}}`
|
||||
|
||||
- Show which files would be deleted without actually deleting them:
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
- Forcefully delete untracked files:
|
||||
|
||||
`git clean {{--force|-f}}`
|
||||
`git clean {{-f|--force}}`
|
||||
|
||||
- Forcefully delete untracked [d]irectories:
|
||||
|
||||
`git clean {{--force|-f}} -d`
|
||||
`git clean {{-f|--force}} -d`
|
||||
|
||||
- Delete untracked files, including e[x]cluded files (files ignored in `.gitignore` and `.git/info/exclude`):
|
||||
|
||||
|
Reference in New Issue
Block a user