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

https://github.com/arbourd/git-sync

Updates your branches
https://github.com/arbourd/git-sync

git sync

Last synced: 5 months ago
JSON representation

Updates your branches

Awesome Lists containing this project

README

          

# git-sync

`git-sync` updates all local branches from remotes.

## Installation

Install with `brew`.

```console
$ brew tap arbourd/tap
$ brew install git-sync
```

## Usage

Update your branches.

```console
$ git sync
Updated branch main (was 8915328).
Updated branch feature-123 (was 7c24329).
```

## License

`git-sync` is an extraction of the sync command from [github/hub](https://github.com/github/hub) and retains its original MIT license.