Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 697 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 697 Bytes

git-sync

A small CLI that implements the functionality of hub sync. Run git-sync to fast-forward outdated branches and remove merged and deleted upstream branches.

Why

hub is deprecated by the gh CLI, gh won't be implementing hub sync, and I haven't found an alternative script that performs the same actions as hub sync.

Installation

Either download from the project releases, or install with Homebrew:

$ brew install jacobwgillespie/tap/git-sync

Usage

Run either git-sync or git sync.

License

MIT License, see LICENSE