An open API service indexing awesome lists of open source software.

https://github.com/micnncim/gh-sync


https://github.com/micnncim/gh-sync

Last synced: 4 months ago
JSON representation

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
```