Skip to content

Commit

Permalink
Update statusMatrix.js: added two more StatusMatrix example (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpmachine committed Mar 21, 2024
1 parent fb8a29a commit d631f8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/statusMatrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ import { worthWalking } from '../utils/worthWalking.js'
* ["g.txt", 1, 2, 3], // modified, staged, with unstaged changes
* ["h.txt", 1, 0, 1], // deleted, unstaged
* ["i.txt", 1, 0, 0], // deleted, staged
* ["j.txt", 1, 2, 0], // deleted, staged, with unstaged-modified changes (new file of the same name)
* ["k.txt", 1, 1, 0], // deleted, staged, with unstaged changes (new file of the same name)
* ]
* ```
*
Expand Down

0 comments on commit d631f8e

Please sign in to comment.