git-push-origin - Push Local Git Branch to GitHub Origin
Push a local Git branch to GitHub origin to create a remote branch.
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- check git status
- show current branch
- list remote repositories
- push branch to origin with upstream
- verify remote branch tracking
- view git log with graph
Inputs
- local Git repository
- branch name
- GitHub repository URL
- Git remote configuration
Outputs
- remote branch on GitHub
- upstream tracking configuration
Requirements
- Git installed
- local repository initialized
- remote origin configured
- network connection
- GitHub access
