Skip to content

Commit 7cf95ca

Browse files
authored
Merge pull request #1228 from DSI-Universite-Rennes2/fix-git-command
[docs] Fix a small typo on a git command in fixups.md
2 parents 9dae324 + f27d215 commit 7cf95ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

general/development/abc/fixups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Changes not staged for commit:
3636
no changes added to commit (use "git add" and/or "git commit -a")
3737
```
3838

39-
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:
39+
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:
4040

4141
```
4242
$ git commit -a -m "MDL-12345 code review changes"

0 commit comments

Comments
 (0)