repositorypackage
1.0.0
Repository: https://github.com/jacobwgillespie/git-sync.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
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