Local Folder Path
GitHub Repository URL
Git Identity & Account Info
System Global Config:
Authentication & Commit Settings
Note: Stored in your local browser storage if enabled.
Project Scan Status
Execution Roadmap
Initialize Git Repository
Run git init if directory is not a Git repo.
Set Git User Name & Email
Configure local user credentials for commits.
Stage Local Files
Add untracked and modified files via git add ..
Commit Changes
Save staged updates into local history with commit message.
Rename Default Branch
Ensure target branch is set to requested name (default main).
Configure Remote Origin
Connect repository to target URL (with auth token).
Push to GitHub Repository
Execute git push -u origin [branch] to upload code.
System ready. Waiting for directory path scan and push action...