-
Notifications
You must be signed in to change notification settings - Fork 0
operations
Running URGithub in production, upgrading it, and resetting registrations safely.
For a machine containing important repositories, do not immediately enable every automatic trigger. Use this staged progression:
flowchart TD
A[Stage 1: manual scan] --> B[Stage 2: manual sync]
B --> C[Stage 3: verify reports]
C --> D[Stage 4: enable scheduled sync]
D --> E[Stage 5: enable file watching]
E --> F[Stage 6: enable startup integration]
F --> G[Stage 7: enable shutdown quick-push]
This validates behavior before allowing automation to operate continuously.
Before updating:
- Finish or stop active URGithub operations.
- Verify repository state.
- Review the current report.
- Back up important configuration/runtime data if required.
- Update the URGithub source code.
- Run the version command.
- Run the environment checks.
- Perform a manual scan.
- Perform a manual synchronization.
- Reinstall/update scheduled integrations if required by the release.
python urgithub.py --versionAfter a major release, read the release notes before enabling automation again.
Configuration, registry information, journals, reports, and managed-repository metadata live in the configured base location. Do not delete the base directory simply to solve an individual repository problem.
Prefer the supported commands:
python urgithub.py --forget NAME # remove one repository from the registry
python urgithub.py --prune # remove all stale registry entriesUse python urgithub.py --help to confirm the commands supported by your installed version.
python urgithub.py --schedule uninstall
python urgithub.py --schedule statusRemoving the scheduled tasks does not delete your repositories or runtime data. It only removes the operating-system scheduling integration managed by URGithub.
After installation, all of the following should be true:
[ ] Python 3.10+ installed
[ ] Git installed
[ ] Git identity configured
[ ] GitHub CLI installed
[ ] GitHub CLI authenticated
[ ] Required repository access available
[ ] URGithub registered
[ ] Base directory created
[ ] Repositories discovered
[ ] Initial scan successful
[ ] Repository verification successful
[ ] First synchronization completed
[ ] report.html generated
[ ] Scheduled triggers tested
[ ] Control Center tested
[ ] File watcher tested if enabled
A production installation should not be considered complete until the manual workflow succeeds.
When reporting a problem, include:
Operating system:
Python version:
Git version:
GitHub CLI version:
URGithub version:
Trigger used:
Command executed:
Expected behavior:
Actual behavior:
Relevant report.html information:
Relevant error output:
Do not include GitHub tokens, passwords, private keys, personal access tokens, secrets, or private repository contents. Redact sensitive information before opening an issue.
URGithub is an automation and safety layer around Git operations. It is not a replacement for Git, GitHub, GitHub authentication, repository backups, source-control understanding, code review, or release management. Important repositories should still have appropriate backups and recovery procedures.
Discover · Scan · Synchronize · Commit · Push · Verify · Report — with safety gates and an HTML activity report after every run.
| About | Quick links | Status |
|---|---|---|
| Home · Installation · Architecture | Repositories & Sync · Security · Report & Journal | Configuration · Automation · Operations & Updating |
| FAQ · Troubleshooting · Wiki home | Repository · Issues · Releases |
|
URGithub never runs git reset, --force, rebase, or clean — anything unsafe is blocked and reported, never silently destroyed.
MIT License · © 2026 Ganesh Bakkera · learnerforge/push-to-github
Getting started
- Home — overview, pipeline, quick start
- Installation — requirements, setup wizard, first run
Concepts
- Architecture — one engine, every trigger
- Repositories & Sync — discovery, rename, quarantine, block codes
- Security — safety model, secret detection, blocked operations
-
Report & Journal —
report.htmland the JSONL journal
Operation
-
Configuration — every config key,
--configCLI - Automation — triggers and scheduling per OS
- Operations & Updating — production setup, upgrades, maintenance
Help
- FAQ — common questions
- Troubleshooting — symptoms and fixes
Quick reference
-
--setup· one-time registration wizard -
--scan· discover repositories (never syncs) -
--sync· full safe synchronization -
--report· regeneratereport.html -
--schedule install· install Windows scheduling -
--run manual· run the manual trigger
Repository ↗ · Issues ↗ · Releases ↗
v0.1.0 · MIT License · © 2026 Ganesh Bakkera