git-sync

Installation
SKILL.md

Git Sync

Sync local branch with remote using rebase.

  1. Fetch the latest changes from the remote repository.

    • Command: git fetch origin
  2. Pull and rebase the current branch on top of the remote branch.

    • Command: git pull origin HEAD --rebase
    • If there are conflicts, resolve them, then git rebase --continue.
Installs
7
GitHub Stars
10
First Seen
Mar 3, 2026
git-sync — toilahuongg/shopify-agents-kit