News

Git & GitLab Tutorial This tutorial teaches you the basics in Git and GitLab and is made for researchers in psychology or neurosciences with little to no background in software development or no other ...
The git commit command takes all the new files in the staging area and commits them to the local repository. You use the -m option to add a message; in this case the reason for the commit was given.
If you’re interested in learning how to use git submodules, this tutorial will take you through all of the key points you need to know to be competent with the subject. Git submodules tutorials If you ...