Repo को clone करना
AI को repo clone करने के लिए कहें, या Drive sidebar के + button का उपयोग करें और Clone repo चुनें। Git URL प्रदान करें और Kazzle बाकी सब कुछ संभाल लेगा।Authentication
Git credentials को vault के माध्यम से manage किया जाता है। Kazzle समर्थन करता है:- GitHub App - installation tokens, auto-refresh। अनुशंसित तरीका।
- SSH keys - vault में stored, credential helper के माध्यम से injected।
- Personal access tokens - vault में stored, HTTPS cloning के लिए उपयोग किए जाते हैं।
Operations
| Operation | कौन कर सकता है | Notes |
|---|---|---|
| Clone | आप या AI | Repo को Drive में जोड़ता है |
| Pull | आप या AI | Remote changes को fetch और merge करता है |
| Commit | आप या AI | Local changes को commit करता है |
| Push | आप या AI | Terminal git push default रूप से approval मांगता है; force push blocked है |
| Create pull request | आप या AI | AI PR खोल सकता है जब तक आप इसे restrict न करें |
| Branch/switch | आप या AI | Branches बनाएं या switch करें |