Skip to content

Commit

Permalink
add command to ignore file modification
Browse files Browse the repository at this point in the history
  • Loading branch information
WSMathias committed Oct 23, 2021
1 parent efeef84 commit 5abb07c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@
|---------|-------------|
| ` git ls-files --others --exclude-standard` | List all untracked files. |
| ` git ls-files --modified --exclude-standard` | List all modified files. |
| ` git update-index --assume-unchanged <ignore file>` | Ignore file modification. |
| ` git update-index --no-assume-unchanged <ignored file>` | Revert above action. |


### Time savers
Expand Down

0 comments on commit 5abb07c

Please sign in to comment.