Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.68 KB

Git.md

File metadata and controls

31 lines (18 loc) · 1.68 KB

Shells | Development Environments | Git | Virtural Environments | Markdown and Editors | Programming Languages | Task Management | Specialized Tools

Git

image

Why Version Control?

You're working on a team project and need to make edits to reports and code. You waiting for your team member to make a change and then email you back another a copy. There has to be a better way...

"Version control is the lab notebook of the digital world: it’s what professionals use to keep track of what they’ve done and to collaborate with other people. Every large software development project relies on it, and most programmers use it for their small jobs as well. And it isn’t just for software: books, papers, small data sets, and anything that changes over time or needs to be shared can and should be stored in a version control system." -- Version Control with Git

Git Tutorial

https://try.github.io/levels/1/challenges/1

Git Branching Playground

We will solve the "Introduction Sequence" levels in:

http://pcottle.github.io/learnGitBranching/

example

Practice: Creating a Repo

  • Create a repo for your data challenge
  • Add a simple README.md
  • Commit
  • Add remote github repo
  • Push