Sync current branch with remote (pull with rebase and prune)
Updates current branch with latest remote changes using rebase and prune.
/plugin marketplace add poindexter12/claude-flow/plugin install claude-flow@claude-flowUpdate the current branch with latest changes from remote.
Pull with rebase and prune stale remote branches:
git pull --rebase --prune
If the repo has submodules, update them:
git submodule update --init --recursive
Report the result to the user.