Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
A repository for students to practice using Git/Github

Instructions for students:
0. Fork the repository into your own github account.
1. Remove the erroneous commit (you will find it in the history). It was a mistake! It shouldn't appear in history anymore. *Hint: rebase --interactive*
2. Remove the file `delete.me` from the repo
3. Make a file called `todo.txt`, add some tasks into it, and commit it.
4. Add more tasks to the file and commit those too.
5. Go back to the original `todo.txt` and make a new branch called `planB`. Add some tasks to the file and make a commit.
6. Merge the two branches back together. Fix any merge conflicts.
7. Make a pull request against my master branch.
1. Fork the repository into your own github account.
2. Remove the erroneous commit `0dbea28`. It was a mistake! It shouldn't appear in history anymore. *Hint: rebase --interactive*
3. Remove the file `delete.me` from the repo
4. Make a file called `todo.txt`, add some tasks into it, and commit it.
5. Rebase your master branch onto `matt-chan-branch-1`.
6. Add more tasks to `todo.txt` and commit those too.
7. Go back to the original commit introducing `todo.txt` and make a new branch called `planB`. Add some tasks to the file and make a commit.
8. Merge the two branches back together. Fix any merge conflicts.
9. Make a pull request against my master branch.
1 change: 0 additions & 1 deletion delete.me

This file was deleted.

1 change: 1 addition & 0 deletions dummy.file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file exists only in the branch
3 changes: 3 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1. finish this
2. play piano
3. Smoke instead..