Downloading
Unix/Linux/MacOS
Git is usually available on Unix/Linux/MacOS by default, if you do not have git please consult your operating system documentation for assistance.
Windows
If you are using Windows you may use Git for Windows. You may also use a Linux/Unix/Posix compatibility layer such as Windows Subsystem for Linux (WSL). Or you may also use git
as a part of Cygwin.
Note that we will not support GUI based bash and will provide all documentation for git as it is natively found on Linux.
Running git clone
From your command line navigate to the directory you want your project to be in. Git clone will make a folder in your current directory so it is safe to do this in Documents for instance.
cd /path/to/your/directory
Now clone the repository recursively in order to also get all required submodules.
git clone --recursive https://git.sharcnet.ca/bucanl_pipelines/bids_lossless_eeg.git
Optional
Move or rename your directory to your desired project name
mv bids_lossless_eeg my_project