Git Environment

Installation
SKILL.md

Git Development Environment Workflow

Automates common git development workflows for HyperShift including worktree creation, branching, committing (with proper format), and pushing to remotes.

Configuration

Load environment variables from dev/claude-env.sh:

source dev/claude-env.sh

Environment Variables

Variable Default Description
GIT_FORK_REMOTE enxebre Your fork remote name
GIT_UPSTREAM_REMOTE origin Upstream remote (openshift/hypershift)
GIT_BASE_BRANCH main Base branch for new features
Installs
GitHub Stars
527
First Seen
Git Environment — openshift/hypershift