Show HN: Gitgpt – Natural Language Git
11–20 of 92 posts
Re: Show HN: Gitgpt – Natural Language Git
#12I think this would be a wonderful tool for git learners if you would explain the git commands a bit. For example: git add *.py ; This command adds all the python files to the staging list. You get the gist.
Also GPT-based
Re: Show HN: Gitgpt – Natural Language Git
#13Not sure what value it adds though. Isn’t it easier to type the cmds then to write all that? If there’s a good product in it I’m afraid your examples aren’t selling it :S Was first thinking it could have value for when you forget a cmd or when learning, but I think if you can come up with those technical instructions you can also remember the cmds …
Like, oops not add I meant push, wait remove that! or was it rebase? I'll just reflog to get back to umm... wait what?
I guess the saving grace is that it'll do the most common things people usually want to do, but for some things english language just not specific enough (like law).
Re: Show HN: Gitgpt – Natural Language Git
#14Re: Show HN: Gitgpt – Natural Language Git
#15There are other ones of course.
Re: Show HN: Gitgpt – Natural Language Git
#16It is on a waitlist, but I got accepted after a couple weeks.
Re: Show HN: Gitgpt – Natural Language Git
#17Not sure what value it adds though. Isn’t it easier to type the cmds then to write all that? If there’s a good product in it I’m afraid your examples aren’t selling it :S Was first thinking it could have value for when you forget a cmd or when learning, but I think if you can come up with those technical instructions you can also remember the cmds …
Re: Show HN: Gitgpt – Natural Language Git
#18Not sure what value it adds though. Isn’t it easier to type the cmds then to write all that? If there’s a good product in it I’m afraid your examples aren’t selling it :S Was first thinking it could have value for when you forget a cmd or when learning, but I think if you can come up with those technical instructions you can also remember the cmds …
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.
Re: Show HN: Gitgpt – Natural Language Git
#19This is cool but I tried sending the same text with my general purpose GPT (text-davinci-003) command line tool and it did the same thing. This one is mine: https://github.com/runvc/askleo There are other ones of course.
Re: Show HN: Gitgpt – Natural Language Git
#20This is cool but I tried sending the same text with my general purpose GPT (text-davinci-003) command line tool and it did the same thing. This one is mine: https://github.com/runvc/askleo There are other ones of course.