https://github.com/hightemp/github_repo_sync
A Go application that automatically syncs all repositories from a GitHub account to local storage.
https://github.com/hightemp/github_repo_sync
git github github-repo-sync golang repository synchronization
Last synced: 2 months ago
JSON representation
A Go application that automatically syncs all repositories from a GitHub account to local storage.
- Host: GitHub
- URL: https://github.com/hightemp/github_repo_sync
- Owner: hightemp
- Created: 2024-10-25T18:04:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T10:54:01.000Z (over 1 year ago)
- Last Synced: 2025-08-10T11:42:44.224Z (11 months ago)
- Topics: git, github, github-repo-sync, golang, repository, synchronization
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github_repo_sync
A Go application that automatically syncs all repositories from a GitHub account to local storage.
It continuously runs in the background and periodically checks for updates.
## Build
```bash
make build
./github_repo_sync
```
### Static build
```bash
make build_static
./github_repo_sync_static
```
### Install service
```bash
make service_install
```
