Shells | Development Environments | Git | Virtural Environments | Markdown and Editors | Programming Languages | Task Management | Specialized Tools
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
https://try.github.io/levels/1/challenges/1
We will solve the "Introduction Sequence" levels in:
http://pcottle.github.io/learnGitBranching/
- Create a repo for your data challenge
- Add a simple README.md
- Commit
- Add remote github repo
- Push