sidecarsync 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/cli.js +4465 -4138
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
# sidecar
|
|
13
13
|
|
|
14
|
+
[](https://github.com/anteprojector/sidecar/actions/workflows/ci.yml)
|
|
14
15
|
[](https://www.npmjs.com/package/sidecarsync)
|
|
15
16
|
[](LICENSE)
|
|
16
17
|
[](https://nodejs.org)
|
|
@@ -85,7 +86,7 @@ Sidecar takes over branch management there —
|
|
|
85
86
|
- [Standalone repos](docs/standalone.md) — a repo that is its own sidecar
|
|
86
87
|
- [Redaction](docs/redaction.md) — what's stripped from pushes, reviewing it, opting out
|
|
87
88
|
- [Editor search visibility](docs/editors.md) — making gitignored files searchable
|
|
88
|
-
- [Global vs local installs](docs/install.md) —
|
|
89
|
+
- [Global vs local installs](docs/install.md) — the newest install wins
|
|
89
90
|
- [All commands](docs/commands.md)
|
|
90
91
|
- [Uninstall & troubleshooting](docs/uninstall.md) — removing the daemon, service, and state
|
|
91
92
|
|