Dev Environment & Version Control
- Hour 1 · Learn
- Install your IDE (VS Code or IntelliJ/PyCharm), language SDK, Git. Create a GitHub account. Learn clone, add, commit, push, pull, status, log.
- Hour 2 · Practice
- Create the qa-upskilling-45 repo. Push a Hello World file. Add a README that lists your goals.
- Deliverable
- Public GitHub repo with first commit and README.
- Pro tip
- Use a .gitignore from gitignore.io for your language so you don't commit IDE junk.