Skip to content
Snippets Groups Projects
Verified Commit b25fcf3e authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

minor changes in titles for amend

parent 7b7a63c7
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ $ git log
# Example: change the commit message
# Example 1: change the commit message
* Verify that your staging area is clear:
```bash
......@@ -38,7 +38,7 @@ $ git log
# Example: change the commit content
# Example 2: change the commit content
* In your editor, change the text in the `myName.md` file. For instance:
```bash
......@@ -52,7 +52,7 @@ $ git status
* With the changes staged use the following command to commit the changes into the previous commit:
```bash
$ cd ../ # change back if required
$ cd ../ # change directory one up if required
$ git add attendees/myName.md
$ git commit --amend --no-edit
```
......
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