https://github.com/micnncim/gh-sync
https://github.com/micnncim/gh-sync
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/micnncim/gh-sync
- Owner: micnncim
- Created: 2022-08-10T04:02:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T05:07:34.000Z (over 1 year ago)
- Last Synced: 2025-01-04T23:26:56.479Z (6 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-sync
A GitHub CLI extension to sync all local branches of the current repository
with the remote default branch, then prune all merged, including squashed,
branches.## Installation
```console
$ gh extension install micnncim/gh-sync
```## Usage
```console
$ gh sync
```