From b8acb065a321714199b50f81536b1bad66ec5dc9 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Mon, 5 Jan 2026 09:29:33 -1000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a1da04..db94baf 100644 --- a/README.md +++ b/README.md @@ -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