Students:
- are set up with:
- Git
- VSCode
- Terminal
- understand how to work with Git repositories
We're going to go through and make sure you have the following installed / set up:
- On Windows, there are a lot of options in the installer - safe to stick to the defaults.
- Set global name and email
git config --global user.name "Mona Lisa"
git config --global user.email "[email protected]"
- On Windows, in the integrated terminal,
Select Default Profile
to beGit BASH
.
If you did all the following:
- took Computing in Context
- have the same computer
- didn't uninstall any of the development tools
…then you should be all set.
- Clone the repository.
- Create a branch.
- Add a profile photo / avatar under
img/people/
.- Keep them around 200px tall, please.
- Add the image to your Markdown file.
- Commit
- Check out the Source Control Graph.
- Push
- Create a pull request.
- Check out the repository's network graph.
- Review the pull request of the person next to you.
- Merge
- Checkout to the default branch
- Fetch and Pull to retrieve new work done by other people and merge it with your local bracnh
- View other people's profile pictures
- Create a branch
- Add your name to the attendance list
- Commit, push and create a pull request
- Review the pull request of the person next to you.
- Merge
- Repository
- Clone
- Branch
- Commit
- History
- Push
- Review
- Merge
- Fork