How can I keep track of changes to the code?
The FieldTrip code is accessible using git at github.com. To quickly get access to the code, you would do the following from the command line or the equivalent in a graphical git interface, such as the GitHub desktop.
git clone https://github.com/fieldtrip/fieldtrip
To update automatically, you could schedule a job (e.g., using cron) to run “git pull” every night.
Please see our git and GitHub tutorial for details.
Downloading as zip file
You can also download the latest (“master”) version as a zip file.
Related documentation
- Accessing the FieldTrip source code through CVS
- Accessing the FieldTrip source code through Git
- How can I keep track of changes to the code?
- How should I share example data with the email list or developers?
- Accessing the FieldTrip source code through SVN
- Why was FieldTrip maintained in SVN and not in Git?