Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,20 @@ What the tests cover (high level):
Notes:
- Socket-based tests use `/tmp` to keep Unix-domain-socket paths under the `sockaddr_un` limit.

### Acceptance / smoke tests

Location:
- `scripts/acceptance-tests.sh`

Run locally:

```bash
./scripts/acceptance-tests.sh
```

What they cover (high level):
- `gitw` fails closed when `--as <alias>` is missing.

## Usage

### 1) Login (store a PAT in Keychain)
Expand Down
Loading