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?
|
## 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
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./commitly/commitly status # Show status of modified repos
|
commitly status # Show status of modified repos
|
||||||
./commitly/commitly [-p] <commit-message> # Commit (and push) changes
|
commitly [-p] <commit-message> # Commit (and push) changes
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
@ -22,22 +22,22 @@ Commitly is a Babashka script located at `commitly/commitly` that commits and pu
|
|||||||
|
|
||||||
**Show status of all modified repos:**
|
**Show status of all modified repos:**
|
||||||
```bash
|
```bash
|
||||||
./commitly/commitly status
|
commitly status
|
||||||
```
|
```
|
||||||
|
|
||||||
**Commit all modified repos with a message:**
|
**Commit all modified repos with a message:**
|
||||||
```bash
|
```bash
|
||||||
./commitly/commitly "fix: update configuration"
|
commitly "fix: update configuration"
|
||||||
```
|
```
|
||||||
|
|
||||||
**Commit and push all modified repos:**
|
**Commit and push all modified repos:**
|
||||||
```bash
|
```bash
|
||||||
./commitly/commitly -p "feat: add new feature"
|
commitly -p "feat: add new feature"
|
||||||
```
|
```
|
||||||
|
|
||||||
**Just push all repos (no commit):**
|
**Just push all repos (no commit):**
|
||||||
```bash
|
```bash
|
||||||
./commitly/commitly -p
|
commitly -p
|
||||||
```
|
```
|
||||||
|
|
||||||
## How It Works
|
## How It Works
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user