Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 788 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 788 Bytes

Git, Python, Git and Git

Setup an AWS machine

  1. Launch an ubuntu server from scratch via AWS (Ubuntu 16.04)
  2. Run the following to install Docker the easy way:
curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh
  1. Remove the get-docker.sh file.

Complete the Assignment

  1. Fork this repository.
  2. Clone the forked repository.
  3. Complete the exercises in the notebook.
  4. Make a pull request.

Pracise Git

We will spend time today learning about Git.

First, familiarize yourself with the basics:

https://guides.github.com/introduction/git-handbook/

Then, move on to some practise. This is a great tutorial that takes place entirely in the command line. You can run it on your AWS instance, or locally:

https://gitexercises.fracz.com/