Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bids_lossless_eeg bids_lossless_eeg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • bucanl_pipelines
  • bids_lossless_eegbids_lossless_eeg
  • Wiki
  • install download

Last edited by Tyler Collins Jul 10, 2018
Page history

install download

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

⬅ Previous Stage

🏠 Return to Main Page

➡ Next Step

Clone repository
  • assumptions
  • bidsifying
  • configuring context config
  • configuring remote
  • contributing
  • developer workflow
  • directories
  • essinit
  • Home
  • init scripts
  • install download
  • opening eeglab
  • pipeline scripts
  • postprocessingscript
  • qc init
View All Pages