mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-03 19:27:07 +00:00
29 lines
760 B
Markdown
Generated
29 lines
760 B
Markdown
Generated
## gittuf sync
|
|
|
|
Synchronize local references with remote references based on RSL
|
|
|
|
```
|
|
gittuf sync [remoteName] [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for sync
|
|
--overwrite overwrite local references with upstream changes
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--no-color turn off colored output
|
|
--profile enable CPU and memory profiling
|
|
--profile-CPU-file string file to store CPU profile (default "cpu.prof")
|
|
--profile-memory-file string file to store memory profile (default "memory.prof")
|
|
--verbose enable verbose logging
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [gittuf](gittuf.md) - A security layer for Git repositories, powered by TUF
|
|
|