Hacker News new | ask | show | jobs
by phneutral26 1205 days ago
I 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.

1 comments

git-genie does this with the —explain flag! https://github.com/danthelion/git-genie

Also GPT-based