You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: general/development/abc/fixups.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Changes not staged for commit:
36
36
no changes added to commit (use "git add" and/or "git commit -a")
37
37
```
38
38
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:
40
40
41
41
```
42
42
$ git commit -a -m "MDL-12345 code review changes"
0 commit comments