mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 03:45:33 +00:00
19 lines
438 B
Plaintext
Executable File
19 lines
438 B
Plaintext
Executable File
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# yadm-upgrade
|
|
|
|
> Upgrade `yadm` to the latest version.
|
|
> Upgrading will attempt to de-initialize and re-initialize your submodules.
|
|
> More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>.
|
|
|
|
- Upgrade `yadm` to the latest version:
|
|
|
|
`yadm upgrade`
|
|
|
|
- Force the upgrade regardless of changes:
|
|
|
|
`yadm upgrade -f`
|