logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git Sync - Sync Local Branches | Online Free DevTools by Hexmos

Sync local Git branches with remote branches using Git Sync. Streamline your workflow and keep your repositories up-to-date. Free online tool, no registration required.

git-sync

Sync local branches with remote branches. Part of git-extras. More information: https://manned.org/git-sync.

  • Sync the current local branch with its remote branch:

git sync

  • Sync the current local branch with the remote main branch:

git sync origin main

  • Sync without cleaning untracked files:

git sync {{[-s|--soft]}} {{remote_name}} {{branch_name}}

See Also