⚡ Quick Commands
Copy and run in your terminal:
Clone a repo:
git clone https://github.com/overkor-tek/araya-discord-bot.git
Start Claude Code:
claude
Create a branch:
git checkout -b tiger/feature-name
Push changes:
git add . && git commit -m "description" && git push