Skip to content

Commit 16e6fe4

Browse files
update mi-github-issues.md (fixes #3509) (#3510)
1 parent 72b8578 commit 16e6fe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/mi/mi-github-issues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ Use the following commands to commit and push your changes:
115115

116116
```sh
117117
git diff
118-
119118
```
120119

120+
**Tip:** While viewing the output of `git diff`, press `q` to exit and return to your terminal.
121+
121122
Verify the changes you made, then proceed to the next step. To understand `git diff` output, checkout [Git Diff | Atlassian Git Tutorial](https://www.atlassian.com/git/tutorials/saving-changes/git-diff).
122123

123124
3. Stage the modified files:

0 commit comments

Comments
 (0)