Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gh pr merge <n> --repo OpusProjects/sysPass --squash --delete-branch # we self
```

- **Types** (branch prefix and commit/PR title alike): `feat`, `fix`, `perf`, `refactor`, `docs`, `test`, `build`, `chore` — as in every OpusProjects repo.
- **Remotes:** `origin` = our fork `OpusProjects/sysPass` (push here) · `upstream` = `nuxsmin/sysPass` (read-only). Default branch: `main`.
- **Remote:** `origin` = `OpusProjects/sysPass`, the only one — the discontinued `nuxsmin/sysPass` shares no history with our squashed `main`, so nothing merges or rebases from it. Default branch: `main`.
- **Git identity** is set repo-locally (`blaipr` / `blaipr@hotmail.com`) — plain `git commit` works.
- `gh pr edit` can silently no-op on this repo (classic-Projects GraphQL field); if a body edit doesn't apply, PATCH via `gh api -X PATCH repos/OpusProjects/sysPass/pulls/<n> -F body=@file`.

Expand Down
4 changes: 2 additions & 2 deletions docs/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ gh pr merge <n> --repo OpusProjects/sysPass --squash --delete-branch
```

Branch names are `<type>/<short-name>` and titles are `<type>: short imperative summary`, drawn from
`feat`, `fix`, `perf`, `refactor`, `docs`, `test`, `build` and `chore`. The remotes are `origin` for
this fork, which is where everything is pushed, and `upstream` for the read-only `nuxsmin/sysPass`.
`feat`, `fix`, `perf`, `refactor`, `docs`, `test`, `build` and `chore`. The only remote is `origin`,
this repository — the discontinued `nuxsmin/sysPass` shares no history with the squashed `main`.

[CONTRIBUTING.md](../CONTRIBUTING.md) covers development setup and coding conventions in full.