home/categories/git-workflows/inline-chat-inline-codex-skills-sync-rebase-and-push-skill-md
git-workflowsdevops

sync-rebase-and-push

Safely sync local commits with remote by rebasing onto origin/main and then push, following a GitHub Desktop-style flow. Use when asked to push/sync a branch, reconcile local and remote state, resolve rebase conflicts, run targeted tests or typechecks, and push only if checks pass.

inline-chat
maintainer
inline-chat
업데이트됨 2/20/2026
스타
647
포크
26
quick start

Installation and usage

Safely sync local commits with remote by rebasing onto origin/main and then push, following a GitHub Desktop-style flow. Use when asked to push/sync a branch, reconcile local and remote state, resolve rebase conflicts, run targeted tests or typechecks, and push only if checks pass.

설치
$ install --globalskills.sh
사용법

설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:

skills use sync-rebase-and-push