There was an error while loading. Please reload this page.
If you're unfamiliar with git and GitHub this will educate you on some basic git commands.
This page will guide you through acquiring the source code of JumpGo for Windows. If you are looking for a JumpGo for Windows installer please navigate to https://github.com/JTechMe/JumpGo-for-Windows/releases
To clone JumpGo sources from GitHub with Git bash...
cd [your working directory]
git clone https://github.com/JTechMe/JumpGo-for-Windows.git
https://help.github.com/articles/cloning-a-repository/
To clone JumpGo sources from GitHub using GitHub Desktop...
https://help.github.com/desktop/guides/contributing/cloning-a-repository-from-github-to-github-desktop/