|
|
|
|
|
by mellosouls
1205 days ago
|
|
Not sure what value it adds though. Isn’t it easier to type the cmds then to write all that? It's pretty obvious it's intended use cases include memory prompts for experienced users and translations from English requirements for inexperienced users. It's even in the OP: use natural language to get git to do what you want. |
|
> add .gitignore commit with msg adding ignore and push
That's not very compelling. The main selling point of AI is using simple inputs to achieve advanced outputs that match what the user wanted.
If I can say "Commit my .gitignore file," and then it runs
git add .gitignore
git commit -m "Adding .gitignore"
git push [y/N] y
Then that's one thing.
But this looks like you still have to specify the exact message you want, and be pretty deliberate about what it is you're after. At that point, why not just learn, and write, the commands yourself?