Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-01 00:19:16 +00:00
parent a05eb0e931
commit bb9d5922fa
24 changed files with 60 additions and 48 deletions

View File

@@ -30,11 +30,11 @@ source: https://github.com/tldr-pages/tldr.git
- Rename a branch (must not have it checked out to do this):
`git branch -m {{old_branch_name}} {{new_branch_name}}`
`git branch {{--move|-m}} {{old_branch_name}} {{new_branch_name}}`
- Delete a local branch (must not have it checked out to do this):
`git branch -d {{branch_name}}`
`git branch {{--delete|-d}} {{branch_name}}`
- Delete a remote branch: