bash

Git-Annex

Nathan will talk about Datalad and Git Annex to members of PenguinsUnbound

Git-Annex

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 Simple but Flexible

Gitlab-CI is an amazing platform that makes CI pipelines simple and easy.

Gitlab CI Simple but Flexible

Gitlab-CI is an amazing platform that makes CI pipelines simple and easy.

Thinking Inside the Box With Docker

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.

Shellcheck With Travis CI

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.