rtk-ai/rtk
在 GitHub 查看Bug : New files added with `git add --intent-to-add` are omitted by `rtk git status`
Open
#1,149 建立於 2026年4月10日
area:clibugeffort-smallfilter-qualitygood first issuepriority:low
倉庫指標
- Star
- (48,085 star)
- PR 合併指標
- (平均合併 11天 1小時) (30 天內合併 45 個 PR)
描述
When there is a new untracked file being git added with -N or --intent-to-add option, that file will have new file:
Reproduction steps
touch new_filegit add -N new_filertk git status-> seesclean - nothing to commit