Skip to content

Commit bddb10e

Browse files
committed
docs: add note about broken git version in ga
If forgit::add (ga) is not showing untracked files, it might be due to a broken Git version (e.g., 2.44.0). Updating Git to a more recent version should resolve the issue. See issue #503 for details.
1 parent 2c17635 commit bddb10e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ For Linux users `FORGIT_COPY_CMD` should be set to make copy work. Example: `FOR
405405
- Most of the commands accept optional arguments (e.g., `glo develop`, `glo f738479..188a849b -- main.go`, `gco main`).
406406
- `gd` supports specifying revision (e.g., `gd HEAD~`, `gd v1.0 README.md`).
407407
- Call `gi` or `gat` with arguments to get the wanted `.gitignore`/`.gitattributes` contents directly (e.g., `gi cmake c++`).
408+
- If `forgit::add` (`ga`) is not showing untracked files, it might be due to a broken Git version (e.g., `2.50.1`). Updating Git to a more recent version should resolve the issue. See [issue #503](https://github.com/wfxr/forgit/issues/503) for details.
408409

409410
⚒️ Contributing
410411
-----------

0 commit comments

Comments
 (0)