You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2026. It is now read-only.
Description
Implement support for pushing changes from GitCord to a connected GitHub repository. This should allow syncing local or user-triggered changes (e.g., templates, configs, etc.) to the remote repo.
Checklist
Add !git push command or similar trigger
Support both authenticated and token-based push
Handle errors like detached HEAD, conflicts, or auth issues
Add configuration to optionally auto-push after pull or merge
Document the push functionality in the command list/help docs
🚀 feat: add Push functionality
Description
Implement support for pushing changes from GitCord to a connected GitHub repository. This should allow syncing local or user-triggered changes (e.g., templates, configs, etc.) to the remote repo.
Checklist
!git pushcommand or similar trigger