kantord/SeaGOAT

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

Aberta

#272 aberto em 29 de set. de 2023

 (6 comentários) (0 reação) (0 responsável)Python (91 forks)github user discovery
hacktoberfest

Métricas do repositório

Stars
 (1.302 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador