kantord/SeaGOAT
Show warnings when remote server returns files that are not available locally
开放
#272 创建于 2023年9月29日
hacktoberfest
仓库指标
- 星标
- (1,302 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
When the remote server returns files that are not available locally, they are simply hidden from the results locally. That kinda makes sense, after all the file does not exist. However that issue could be fixed by a simple git fetch --all for the most part. So we could show a warning that certain files were not shown locally and it might be fixed by getting the latest version from the server