Skip to content

Commit

Permalink
Merge pull request #1228 from DSI-Universite-Rennes2/fix-git-command
Browse files Browse the repository at this point in the history
[docs] Fix a small typo on a git command in fixups.md
  • Loading branch information
timhunt authored Jan 10, 2025
2 parents 9dae324 + f27d215 commit 7cf95ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/development/abc/fixups.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Changes not staged for commit:
no changes added to commit (use "git add" and/or "git commit -a")
```

If your only goal was to make an updated commit for integration, you could do `git commit -a --ammend`. However, to be nice to the integrator, it is better to make a separate commit:
If your only goal was to make an updated commit for integration, you could do `git commit -a --amend`. However, to be nice to the integrator, it is better to make a separate commit:

```
$ git commit -a -m "MDL-12345 code review changes"
Expand Down

0 comments on commit 7cf95ca

Please sign in to comment.