generated from manuGil/fair-code
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from manuGil/review
Review Content and improve layout
- Loading branch information
Showing
6 changed files
with
147 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
|
||
Lesson 1 Episode 2 --- Tracking changes with the index | ||
Please perform the following tasks alone | ||
### Lesson 1 Episode 2 --- Tracking changes with the index | ||
Please perform the following tasks alone | ||
|
||
The current file lines.txt contains three lines | ||
Revise in your terminal the commands we have used so far | ||
The current file `lines.txt` contains three lines | ||
|
||
1a. Append to the file a fourth line (in the same style as the previous lines) | ||
1b. Check the new content of the file using... | ||
1c. Check whether Git realises that a change has occurred using... | ||
1d. Check which difference Git finds in the file using... | ||
Take note of the output of the Git commands | ||
1. Revise in your terminal the commands we have used so far | ||
1. Append to the file a fourth line (in the same style as the previous lines) | ||
2. Check the new content of the file using... | ||
3. Check whether Git realises that a change has occurred using... | ||
4. Check which difference Git finds in the file using... | ||
Take note of the output of the Git commands | ||
|
||
2a. Follow the action that Git suggests next by using... | ||
2b. Same as 1b | ||
2c. Same as 1c | ||
2d. Same as 1d | ||
Take note of how the outputs of Git commands have changed | ||
2. Follow the action that Git suggests next by using... | ||
1. Same as 1b | ||
2. Same as 1c | ||
3. Same as 1d | ||
|
||
Formulate your own explanation of what you have observed | ||
The following questions are two sides of the same coin: | ||
What did you ask Git to do? | ||
What did Git do for you? | ||
Take note of how the outputs of Git commands have changed | ||
|
||
Formulate your own explanation of what you have observed | ||
The following questions are two sides of the same coin: | ||
What did you ask Git to do? | ||
What did Git do for you? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
Lesson 2 Episode 1 --- get familiar with branches | ||
Please perform the following tasks individually | ||
#### Lesson 2 Episode 1 --- get familiar with branches | ||
Please perform the following tasks individually | ||
|
||
1a. Revise the commands we have used so far | ||
1b. Create at least three branches with any name you like, using... | ||
|
||
2a. Rename them and switch between them at your pleasure, using... | ||
2b. Check the status message and the history in each branch | ||
you are in, using... | ||
Take note of the output of the Git commands | ||
1. Revise the commands we have used so far | ||
2. Create at least three branches with any name you like, using... | ||
3. Rename them and switch between them at your pleasure, using... | ||
4. Check the status message and the history in each branch you are in, using... | ||
**Take note of the output of the Git commands** | ||
|
||
DO NOT change content and name of the file | ||
DO NOT stage and commit changes | ||
````{attention} | ||
* DO NOT change content and name of the file | ||
* DO NOT stage and commit changes | ||
```` | ||
At the end: | ||
|
||
At the end: | ||
3a. If you have a banch `master`, rename it as `main` | ||
3b. Return to the branch `main` | ||
3c. Delete all other branches, using... | ||
|
||
Formulate your explanation of what you have observed | ||
The following questions are two sides of the same coin: | ||
What did you ask Git to do? | ||
What did Git do for you? | ||
5. If you have a banch `master`, rename it as `main` | ||
6. Return to the branch `main` | ||
7. Delete all other branches, using... | ||
|
||
Formulate your explanation of what you have observed. The following questions are two sides of the same coin: | ||
* **What did you ask Git to do?** | ||
* **What did Git do for you?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.