Web #8: Tracking changes using code repo
- You're not a dev unless you know Git / GitHub
- Azure DevOps vs. GitHub
- Remote vs. local
- Repos vs. branches
- Git commandsPull, Fetch, Commit, Push
- Do everything in Visual Studio
- Let's practice making changes
- Repo: SampleProject
- Clone repo. Get the code to work. Code may or may not have issues.
- Create branch to make changes.
- Push changes. Create a Pull Request.
- Code review. Give feedback.
- Complete Pull Request. Merge your changes to master.
- Go back to master branch. Notice that the files you updated does not have the changes.
- Pull from master to get latest changes.
- Publish site <samplerepo>.romeomillora.com
- If we have more time...