⚙
GitOps by Veera
v__GITOPS_VERSION__
DRY RUN
💡 Examples
⚙
⚙ Settings
✕
Groq API Key
Get a free key at
console.groq.com
→ API Keys
GitHub Token
Classic token (easiest):
Go to
github.com/settings/tokens
→ Generate new token (classic) → check the
repo
scope.
Fine-grained PAT:
Under
Account permissions
enable
Administration → Read & Write
, plus under
Repository permissions
:
Contents → Read & Write
Pull requests → Read & Write
Issues → Read & Write
Default Working Directory
(optional)
Used for local Git operations (commit, push, branch, etc.)
✅ Saved
Cancel
Save Settings
💡 Example Commands
✕
GitHub Cloud
Create a private repo named Veera in my account
Create a public repo named my-project
Open a PR from feature-branch to main
Create an issue in repo owner/myrepo
Local Git
Stage all files and commit
Create a branch called feature-xyz
Push to origin main
Show the last 10 commits
git status
Pipelines
Stage → commit → create repo → push
Branch → commit → push
Dry Run ON
🎤
⚡ Run