Skip to content
Snippets Groups Projects
Commit 8c76fc94 authored by Tobias Schlauch's avatar Tobias Schlauch
Browse files

Merge branch '2-episode-8-use-two-separate-commit' into 'master'

Resolve "Episode 8: Use two separate commits for the changes on the branch (new info + improve line 1)."

Closes #2

See merge request hifis/hifis-workshops/introduction-to-git-and-gitlab/workshop-material!3
parents 084f558e c4c381e7
No related branches found
No related tags found
1 merge request!3Resolve "Episode 8: Use two separate commits for the changes on the branch (new info + improve line 1)."
......@@ -59,8 +59,9 @@ o - o <- HEAD, master, mummy-info
- Verify with `git branch`
- Edit the file `mars.txt` and commit the changes
- Add a new sentence at the end of the file: `Mummy will appreciate sand storms on Mars`
- Adapt the first line and attach at its end: ` (for Dracula)`
- Add & commit it: `git add mars.txt`, `git commit -m "Add advantages for the Mummy"`
- Adapt the first line and attach at its end: ` (for Dracula)`
- Add & commit it: `git add mars.txt`, `git commit -m "Concretise dracula fact"`
- Verify with `git graph`
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment