A repo for practicing your git skills as an incoming MS student at the DSI
(see instructions)
Name: AAA and QINXIA
Hobbies:
-
Fork this Repo
- In the top right corner of GitHub, you should see an option to fork this repository.
-
Clone the Repo to your machine
-
Introduce yourself!
- On your local repo, edit the "Introductions" section of the readme to add your name (ignore hobbies for now).
-
Make a commit and push your changes
- Don't forget to add a helpful commmit message
Use one person's fork of this repo to complete the following.
Partner A: use your repo Partner B: use Partner A's repo
- Partner A: add Partner`` B to your repo (under Settings)
- Partner B: clone Partner A's repo to your machine
- Each person: create your own branch to make the following edits
- Partner B: Add your name and hobbies to the README (LINES 8 and 10) on your clone of Partner A's repo.
- Partner A: Add your hobbies to the README (LINE 10) on your local repo.
- Each person: Commit and push changes
- Create a pull request for your branch and assign your partner.
Partner A reviews Partner B’s PR, merges, deletes branch, and closes the PR.
Partner B reviews Partner A’s PR, and UH OH! Conflict!! Partner B fixes it on GitHub or locally (demo for both). Merge, delete branch, and close the PR.