Skip to content

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

License

Notifications You must be signed in to change notification settings

Shitovdm/GitRsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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