Update README.md
This commit is contained in:
parent
50a0c03b95
commit
b8acb065a3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user