Skip to content

Commit c9465c2

Browse files
committed
docs: Update README with usage instructions
1 parent 1052b36 commit c9465c2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ ollama run gemma3:4b
2222
pip install ollama
2323
```
2424

25-
26-
2725
### Usage
2826

2927
Place the `auto_commit.py` file in the root directory of your project.

auto_commit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def git_commit_everything(message):
9090

9191
def main():
9292
commit_single_file = True if (len(sys.argv) > 1 and sys.argv[1] == "single_file") else False
93+
print(f"commit_single_file {commit_single_file}")
9394
files = get_changed_files()
9495
if not files:
9596
print("No changes detected.")

0 commit comments

Comments
 (0)