Loading...
Loading...
현재 git 상태를 분석하고 GitHub Flow 기준으로 다음 단계를 안내합니다. "다음에 뭐 해야 돼?", "워크플로우", "git 흐름" 같은 질문에 사용됩니다.
npx skill4agent add ai-native-camp/git-for-everyone git-onboarding-workflowgit branch --show-currentgit status --shortgit log @{u}.. --oneline 2>/dev/nullgit checkout -b feat/<기능명>feat/fix/chore/git stash
git checkout -b feat/<기능명>
git stash popgit add <파일들>
git commit -m "feat: 변경 내용 설명"git push -u origin HEAD
gh pr create --fillgh pr statusgh pr create --fill