Note - the Bash content here was used to build a superior Bash course - see it at meiradania/bash-teaching-material. The material here will still be updated, but the repo given above will receive more of my time.
- the UNIX philosophy
- introductory Bash notes
- a short introduction on how to quit Vim (run
vimtutor
in your terminal for more - also see my vim notes for more - the DataCamp Introduction to Shell for Data Science - Datacamp Course for more practice using Bash
- my Git notes
- practice committing to a test repo
- practice pull requests on your classmates repos
Use your new Git & Bash skills in setting up a blog on Gitpages
- setup Jekyll - a static site generator
- create a jekyll site in a folder called GITHUBUSERNAME.github.io
- create a git repo and push up to a repo named
username.github.io
(see here) - start writing blog posts in the
_posts
folder
If you aren't familiar with markdown I've written a quick introduction here