Skip to content
Snippets Groups Projects
Commit 93008468 authored by Daniel Duarte's avatar Daniel Duarte
Browse files

fix name

parent c958c684
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@
* Add and commit two files to this branch:
```bash
$ echo "# Micheal" > Micheal.md
$ git add Micheal.md
$ git commit -m "Add Micheal to the list of attendees"
$ echo "# Michael" > Michael.md
$ git add Michael.md
$ git commit -m "Add Michael to the list of attendees"
$ git push origin yourBranch
$ echo "# Kevin" > Kevin.md
......
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