3. Basic Unix Command Line
It is a necessary step for us to study image analysis. You need to know some basic and frequently-used command lines in the Unix system. e.g
. ls, cd, rm, grep etc. More tutorial about Unix commands line link here (
http://fsl.fmrib.ox.ac.uk/fslcourse/unix_intro/).
4. Version Control System
Git is a
free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
First, you can choose Git version based on your system. More information on how to install Git link here (
https://git-scm.com/downloads). Here I will show you a simple case of how to use Git to share your scripts or control your version system.
The first step: build an account on the
Github.com and configure your environment. More details link here (
https://git-scm.com/doc). Then build a new repository and init it. You can clone or download this repository into the local directory.