From 2b6cbd162fecfcf0822b2fe6fb5a29022bee3fe0 Mon Sep 17 00:00:00 2001 From: Matthew Chan Date: Wed, 24 Jan 2018 16:43:03 -0500 Subject: [PATCH 1/8] Create dummy.file --- dummy.file | 1 + 1 file changed, 1 insertion(+) create mode 100644 dummy.file diff --git a/dummy.file b/dummy.file new file mode 100644 index 0000000..2b6ffce --- /dev/null +++ b/dummy.file @@ -0,0 +1 @@ +This file exists only in the branch From 6d26d1e02bb0d5828792b7bae7549bc2448795e0 Mon Sep 17 00:00:00 2001 From: Matthew Chan Date: Wed, 24 Jan 2018 16:48:21 -0500 Subject: [PATCH 2/8] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da51942..979b989 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Instructions for students: 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. +4. Rebase your master branch onto matt-chan-branch-1. +5. Add more tasks to `todo.txt` and commit those too. +6. Go back to the original `todo.txt` and make a new branch called `planB`. Add some tasks to the file and make a commit. +7. Merge the two branches back together. Fix any merge conflicts. +8. Make a pull request against my master branch. From bc27cfa233295827e7296eed60ff1d46eecbf653 Mon Sep 17 00:00:00 2001 From: Matthew Chan Date: Wed, 24 Jan 2018 17:13:25 -0500 Subject: [PATCH 3/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 979b989..a1d414a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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* +1. Remove the erroneous commit `0dbea28`. 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. Rebase your master branch onto matt-chan-branch-1. From 14476e97dff9235994ec1fadb2b7071a341d36bb Mon Sep 17 00:00:00 2001 From: Matthew Chan Date: Wed, 24 Jan 2018 17:14:15 -0500 Subject: [PATCH 4/8] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a1d414a..28d2cd1 100644 --- a/README.md +++ b/README.md @@ -2,12 +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 `0dbea28`. 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. Rebase your master branch onto matt-chan-branch-1. -5. Add more tasks to `todo.txt` and commit those too. -6. Go back to the original `todo.txt` and make a new branch called `planB`. Add some tasks to the file and make a commit. -7. Merge the two branches back together. Fix any merge conflicts. -8. 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 `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. From 39c8c69e414d398005aa93346f4b8d8f763cc493 Mon Sep 17 00:00:00 2001 From: Matthew Chan Date: Wed, 24 Jan 2018 17:15:12 -0500 Subject: [PATCH 5/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28d2cd1..b3db369 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Instructions for students: 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. +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 `todo.txt` and make a new branch called `planB`. Add some tasks to the file and make a commit. +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. From a8809062a60bafff05233dd677c27e2f01df214b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20E=2E=20Gonz=C3=A1lez-Espinoza?= Date: Thu, 25 Jan 2018 12:56:26 -0500 Subject: [PATCH 6/8] Added TODO file --- delete.me | 1 - todo.txt | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 delete.me create mode 100644 todo.txt diff --git a/delete.me b/delete.me deleted file mode 100644 index 7a4187c..0000000 --- a/delete.me +++ /dev/null @@ -1 +0,0 @@ -Delete this file diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..5ebda3b --- /dev/null +++ b/todo.txt @@ -0,0 +1,3 @@ +Find out if I did the rebase correctly +Work +Sleep From 9fe052ba116f151b69cc4f3dbc018f6582ebfaf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20E=2E=20Gonz=C3=A1lez-Espinoza?= Date: Thu, 25 Jan 2018 13:00:09 -0500 Subject: [PATCH 7/8] More todo things --- todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo.txt b/todo.txt index 5ebda3b..29fc96f 100644 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1,6 @@ Find out if I did the rebase correctly Work Sleep +wake up again +work +work From f5ce331ec06255c377726e35b6277a08f751649e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20E=2E=20Gonz=C3=A1lez-Espinoza?= Date: Thu, 25 Jan 2018 13:02:20 -0500 Subject: [PATCH 8/8] Other todos. --- todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo.txt b/todo.txt index 5ebda3b..d601e5e 100644 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1,6 @@ Find out if I did the rebase correctly Work Sleep +drink water +exercise +read papers