Skip to content

Add Git cheatsheet from github (handy!) #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
layout: page
---

## Table of Contents

This is site is meant to serve as a directory for the amazing content the
community has created around the Data Science Specialization. If you are
interested in contributing [click here](https://github.com/DataScienceSpecialization/DataScienceSpecialization.github.io#contributing).

1. [The Data Scientist’s Toolbox](/toolbox/)
2. [R Programming](/rprog/)
3. [Getting and Cleaning Data](/getclean/)
4. [Exploratory Data Analysis](/eda/)
5. [Reproducible Research](/repres/)
6. [Statistical Inference](/statinf/)
7. [Regression Models](/regmod/)
8. [Practical Machine Learning](/pml/)
9. [Developing Data Products](/ddp/)
10. [Other Resources](/other/)
---
layout: page
---
## Table of Contents
This is site is meant to serve as a directory for the amazing content the
community has created around the Data Science Specialization. If you are
interested in contributing [click here](https://github.com/DataScienceSpecialization/DataScienceSpecialization.github.io#contributing).
1. [The Data Scientist’s Toolbox](/toolbox/)
2. [R Programming](/rprog/)
3. [Getting and Cleaning Data](/getclean/)
4. [Exploratory Data Analysis](/eda/)
5. [Reproducible Research](/repres/)
6. [Statistical Inference](/statinf/)
7. [Regression Models](/regmod/)
8. [Practical Machine Learning](/pml/)
9. [Developing Data Products](/ddp/)
10. [Other Resources](/other/)
23 changes: 12 additions & 11 deletions toolbox.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
layout: page
title: The Data Scientist's Toolbox
permalink: /toolbox/
---

## Command Line

## Git/GitHub

- [Git & GitHub Video Playlist](https://www.youtube.com/playlist?list=PL5-da3qGB5IBLMp7LtN8Nc3Efd4hJq0kD)
---
layout: page
title: The Data Scientist's Toolbox
permalink: /toolbox/
---

## Command Line

## Git/GitHub

- [Git & GitHub Video Playlist](https://www.youtube.com/playlist?list=PL5-da3qGB5IBLMp7LtN8Nc3Efd4hJq0kD)
- [Git Cheatsheet](https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf)