You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ $ gacm -h
45
45
Use the `-h` or `--help` flags with any of these to avoid making changes.
46
46
47
47
<!--
48
-
TODO consolidate to one command with commit flag?
48
+
TODO consolidate to one command with commit flag or dry run?
49
49
TODO pass params like file names through for either command. For message and committing. The downside is for new files - even if git commit would pick them up by name, diff-index would not. You can also use whatever IDE to stage and still generate+commit with the CLI.
50
-
TODO -c not just --cached
50
+
TODO -c not just --cached but pass through as --cached.
0 commit comments