Software development projects are collaborations of multiple people working on the same set of files. To organize this process and keep track of changes to files, version control software is used. In our case we use Gitand GitLab.
Further information is available on our https://gitlab.astro-wise.orgGitLab server.
See https://gitlab.astro-wise.org/omegacen/git-migration/wikis/git-basicsGit basics
See https://gitlab.astro-wise.org/omegacen/git-migration/wikis/git-workflowGit workflow
Two Git branches are maintained: develop and master. Code first appears in the develop branch, which is regularly merged into the master branch. One installation is made based on the develop branch and another based on the master branch.
Send an email to TBW to get an account for our GitLab server.
E.g. in csh
setenv AWEPIPE /Users/users/myname/myawe/aweor in bash
export AWEPIPE=/Users/users/myname/myawe/awe