JHJerald Huerte·2h ago10I built GitGoWhat it is: A Python CLI tool that wraps repetitive git commands into shorter ones. Instead of chaining git init && git add . && git commit -m "init" && git remote add origin <url> && git push -u origJoin discussion