kantord/SeaGOAT

Show warnings when remote server returns files that are not available locally

开放

#272 创建于 2023年9月29日

 (6 条评论) (0 个反应) (0 位负责人)Python (91 个派生)github user discovery
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

贡献者指南