Getting Started
Introduction to GitBot — your AI-powered Git assistant
Getting Started
GitBot is an AI-powered CLI chatbot that helps you learn and use Git. Ask questions in plain English, get clear answers, and even execute commands right from the chat.
What can GitBot do?
- Answer Git questions — Ask anything about Git in plain language
- Run commands for you — GitBot can execute git commands with your confirmation
- Safety checks — Destructive commands are flagged before execution
- Conversation memory — Follow-up questions work naturally
Quick Example
$ gitbot
gitbot> how do I create a new branch and switch to it?
# GitBot explains the command and offers to run it
# Run: git checkout -b my-new-branch
# Execute this command? [y/N]
Next Steps
- Installation — Get GitBot installed
- Quickstart — Your first conversation
- Configuration — Customize GitBot