Shitovdm / GitRsync

🚀Lightweight multi-platform GIT repository migration manager with modern GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitRsync

Release Windows Linux Macos

Build the project:

go build -o ./GitRsync.exe -ldflags -H=windowsgui go build -o ./GitRsync-x64.exe

Embedding binary resources:

rsrc -manifest x64.manifest -o rsrc.syso -ico="./public/assets/src/icon/iconwin.ico" -arch amd64 rsrc -manifest x32.manifest -o rsrc.syso -ico="./public/assets/src/icon/iconwin.ico" -arch 386

About

🚀Lightweight multi-platform GIT repository migration manager with modern GUI.

License:MIT License


Languages

Language:Go 74.0%Language:JavaScript 13.4%Language:HTML 9.4%Language:CSS 1.8%Language:Makefile 0.6%Language:Batchfile 0.5%Language:Shell 0.4%