IT Learning

Collection of IT learning resources

Git

git fetch origin
git checkout some-branch
this will create a local branch of the same name as the remote branch and check it out.

GitHub

GitHub Actions