Skip to content

Gesh96/pair-programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%