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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/dist/cli.js +4465 -4138
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,7 @@
11
11
 
12
12
  # sidecar
13
13
 
14
+ [![CI](https://github.com/anteprojector/sidecar/actions/workflows/ci.yml/badge.svg)](https://github.com/anteprojector/sidecar/actions/workflows/ci.yml)
14
15
  [![npm](https://img.shields.io/npm/v/sidecarsync)](https://www.npmjs.com/package/sidecarsync)
15
16
  [![license](https://img.shields.io/npm/l/sidecarsync)](LICENSE)
16
17
  [![node](https://img.shields.io/node/v/sidecarsync)](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) — pinning sidecar per-repo
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