Update skills/commitly/commitly.md
This commit is contained in:
parent
b6c05ced0a
commit
50a0c03b95
@ -4,13 +4,13 @@ Use this skill when you need to commit and/or push changes across multiple git r
|
||||
|
||||
## What is Commitly?
|
||||
|
||||
Commitly is a Babashka script located at `commitly/commitly` that commits and pushes changes across all modified git subrepositories in the ajet-industries monorepo.
|
||||
Commitly is a cli tool. You can invoke it using `commitly` that commits and pushes changes across all modified git subrepositories in the ajet-industries monorepo.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
./commitly/commitly status # Show status of modified repos
|
||||
./commitly/commitly [-p] <commit-message> # Commit (and push) changes
|
||||
commitly status # Show status of modified repos
|
||||
commitly [-p] <commit-message> # Commit (and push) changes
|
||||
```
|
||||
|
||||
### Options
|
||||
@ -22,22 +22,22 @@ Commitly is a Babashka script located at `commitly/commitly` that commits and pu
|
||||
|
||||
**Show status of all modified repos:**
|
||||
```bash
|
||||
./commitly/commitly status
|
||||
commitly status
|
||||
```
|
||||
|
||||
**Commit all modified repos with a message:**
|
||||
```bash
|
||||
./commitly/commitly "fix: update configuration"
|
||||
commitly "fix: update configuration"
|
||||
```
|
||||
|
||||
**Commit and push all modified repos:**
|
||||
```bash
|
||||
./commitly/commitly -p "feat: add new feature"
|
||||
commitly -p "feat: add new feature"
|
||||
```
|
||||
|
||||
**Just push all repos (no commit):**
|
||||
```bash
|
||||
./commitly/commitly -p
|
||||
commitly -p
|
||||
```
|
||||
|
||||
## How It Works
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user