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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Effortlessly track all changed files and directories relative to a target branch
49
49
## Features 🚀
50
50
51
51
* Fast execution, averaging 0-10 seconds.
52
-
* Leverages either [Github's REST API](https://docs.github.com/en/rest/reference/repos#list-commits) or [Git's native diff](https://git-scm.com/docs/git-diff) to determine changed files.
52
+
* Leverages either [Github's REST API](https://docs.github.com/en/rest/reference/repos#list-commits) or [Git's native diff command](https://git-scm.com/docs/git-diff) to determine changed files.
53
53
* Facilitates easy debugging.
54
54
* Scales to handle large/mono repositories.
55
55
* Supports Git submodules.
@@ -60,7 +60,7 @@ Effortlessly track all changed files and directories relative to a target branch
60
60
* Optionally excludes the current directory.
61
61
* Writes outputs to a designated `.txt` or `.json` file for further processing.
62
62
* Restores deleted files to their previous location or a newly specified location.
63
-
* Supports fetching a fixed number of commits which improves performance.
63
+
* Supports fetching a fixed number of commits, which improves performance.
64
64
* Compatible with all platforms (Linux, MacOS, Windows).
0 commit comments