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:
Sebastiaan Speck
2024-09-03 02:43:42 +02:00
committed by GitHub
parent fb7d0ff4c6
commit 380fd5d441
24 changed files with 58 additions and 58 deletions

View File

@@ -25,11 +25,11 @@
- Rename a branch (must not have it checked out to do this):
`git branch {{--move|-m}} {{old_branch_name}} {{new_branch_name}}`
`git branch {{-m|--move}} {{old_branch_name}} {{new_branch_name}}`
- Delete a local branch (must not have it checked out to do this):
`git branch {{--delete|-d}} {{branch_name}}`
`git branch {{-d|--delete}} {{branch_name}}`
- Delete a remote branch: