Nathan will talk about Datalad and Git Annex to members of PenguinsUnbound
Git Annex Nathan Genetzky
2020-06-20
Goal Provide a high level introduction of what git-annex is. Compare and contrast the different ways git-annex can be used. Convince 25% of audience try using git-annex Provide a plethora of resources for future investigation Introduction to git-annex Background on the Author Joey Hess really likes git.
Gitlab-CI is an amazing platform that makes CI pipelines simple and easy.
Gitlab-CI is an amazing platform that makes CI pipelines simple and easy.
Introduction Today we will be investigating different ways docker can be used by running through simple examples that contain realistic tasks that are performed involving docker. I will be running through these examples in the following git respository.
Using shellcheck is a very easy way to avoid simple bugs in your shell scripts. By adding it to your CI you can easily make it a free check. To check all ‘sh’ and ‘bash’ files in my project I used the following code in ngenetzky/shlib.