1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 14:55:51 +02:00

legit: update command (#16947)

This commit is contained in:
Managor 2025-06-27 15:31:18 +03:00 committed by GitHub
parent 301c97a09a
commit e87ff563db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
- Switch to a specified branch, stashing and restoring unstaged changes: - Switch to a specified branch, stashing and restoring unstaged changes:
`git switch {{target_branch}}` `git sw {{target_branch}}`
- Synchronize current branch, automatically merging or rebasing, and stashing and unstashing: - Synchronize current branch, automatically merging or rebasing, and stashing and unstashing:
@ -25,4 +25,4 @@
- Remove the last commit from the history: - Remove the last commit from the history:
`git undo {{--hard}}` `git undo --hard`