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
- Host: GitHub
- URL: https://github.com/arbourd/git-sync
- Owner: arbourd
- License: mit
- Created: 2020-12-19T21:34:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T15:57:13.000Z (over 1 year ago)
- Last Synced: 2025-04-26T04:04:14.284Z (about 1 year ago)
- Topics: git, sync
- Language: Go
- Homepage:
- Size: 1.26 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.