mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
Switches the recommended primary tool for version control operations from raw `git` commands to using `but` (GitButler CLI). This change ensures that all write operations, such as committing, are standardized and executed through the dedicated CLI. Read-only inspection via standard `git` remains allowed.
401 B
401 B
Agent Instructions
Version Control
- Use
but(GitButler CLI) for version-control operations in this repository. - Use
butfor all version-control write operations; read-onlygitinspection is allowed. - Do not access GitHub URLs directly. Use the
ghCLI for GitHub operations. - When committing, use English Conventional Commit messages and include a clear description of Why and What.