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
-[] Where to put the Node script so it can reference it.
60
-
-[] Windows support
61
-
-[] How to automated the install process for upgrades. Maybe the JS + shell script as NPM package or at least on GitHub with cURL install.
62
-
-[] Figure out how to switch between staged and not, with `--cached`. Like passing a param to the shell script and having two aliases. Or to have it as pass of the shell script to fallback to all if anything is staged. Or just control with filenames e.g. `git c .` or `git c package*` - oh wait, the shell script doesn't look at what is passed to `git commit`, only what is staged or not.
59
+
-[] Where to put the Node script so it can reference it.
60
+
-[] Windows support
61
+
-[] How to automated the install process for upgrades. Maybe the JS + shell script as NPM package or at least on GitHub with cURL install.
62
+
-[] Figure out how to switch between staged and not, with `--cached`. Like passing a param to the shell script and having two aliases. Or to have it as pass of the shell script to fallback to all if anything is staged. Or just control with filenames e.g. `git c .` or `git c package*` - oh wait, the shell script doesn't look at what is passed to `git commit`, only what is staged or not.
63
63
64
64
#### Alias
65
65
@@ -80,9 +80,9 @@ $ git c foo.txt
80
80
81
81
#### TODO
82
82
83
-
-[] For now this points to the output directory so it limited in real world use. This is a stepping
83
+
-[] For now this points to the output directory so it limited in real world use. This is a stepping
84
84
stone. But ideally the JS files can be copied outside of this project to a central location (maybe
85
85
with a `bin` entry point). And the SH script can be added to an individual project in `.git/hooks` dir as `prepare-commit-msg`.
86
-
-[] When using this as a hook, consider reading from the **existing** commit message file in the case
86
+
-[] When using this as a hook, consider reading from the **existing** commit message file in the case
0 commit comments