Setting up MagTIP
Notice
- MagTIP-2022 and its dependent toolbox are hosted on Github; in which, MagTIP-2022 is private.
- To use MagTIP, you need to have a Github account and get authorized in order to access the repository.
Hint
- Have Git installed before you can use the command in the following sections.
I’m a user of MagTIP
Right click on the links to download the batch files below and:
- Double click on the file clone_MagTIP_and_toolbox.bat to clone and set upstream for MagTIP and its dependent toolbox (do this only once).
- Double click on force_update.bat to make the local up-to-date with the latest MagTIP (⚠️any changes on the source code will be lost).
I’m a developer of MagTIP
- MagTIP-2022 depends on okatsn’s toolbox; therefore, in git bash (or command window),
git clone https://github.com/okatsn/toolbox.git
first (the target directory can be arbitrary chosen). - Go to https://github.com/okatsn/MagTIP-2022/ and fork it (see how to fork).
- In git bash (or command window) clone your fork to local,
- for example,
git clone https://github.com/YOURNAME/MagTIP-2022/
- more details about how to clone
- for example,
cd MagTIP-2022
and set up for synchronization (see here for how to set upstream:git remote add upstream https://github.com/okatsn/MagTIP-2022.git
- Create a pull request to request for merging your work with the main.
- For more about how to use git, see here.
Last modified January 15, 2022: MagTIP_installation (fcb9abb)