Update README.md

This commit is contained in:
Adam Jeniski 2026-01-05 09:29:33 -10:00
parent 50a0c03b95
commit b8acb065a3

View File

@ -19,16 +19,16 @@ A CLI tool for making commits to many subrepos after a distributed change.
```bash
# Show status of all modified subrepos
./commitly status
commitly status
# Commit changes across all modified subrepos
./commitly "Your commit message here"
commitly "Your commit message here"
# Commit and push changes
./commitly -p "Your commit message here"
commitly -p "Your commit message here"
# Push only (without committing)
./commitly -p
commitly -p
```
## Requirements