mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 06:46:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -29,10 +29,14 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`git tag -d {{tag_name}}`
|
||||
|
||||
- Get updated tags from upstream:
|
||||
- Get updated tags from remote:
|
||||
|
||||
`git fetch --tags`
|
||||
|
||||
- Push a tag to remote:
|
||||
|
||||
`git push origin tag {{tag_name}}`
|
||||
|
||||
- List all tags whose ancestors include a given commit:
|
||||
|
||||
`git tag --contains {{commit}}`
|
||||
|
||||
Reference in New Issue
Block a user