git gud
git gud is a wrapper command line interface (CLI) for git. git gud takes your mistakes and errors and automagically retrieves relevant StackOverflow answers right to your terminal.
What it does
gud [git command arguments]
git gud wraps around the git cli commands and only requires you to write the arguments in as if you were doing normal git commands.
Inspiration
We witnessed many people have issues with using git properly, so we developed a command line tool to help developers get answers quickly and easily.
Challenges we ran into
Running git commands that open up text editors and capturing the output.
Accomplishments that we're proud of
Getting a working product.
What we learned
How to get data from StackOverflow's API. How to process commands through python and build a runnable binary file.
Log in or sign up for Devpost to join the conversation.