kantord/SeaGOAT

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

Aperta

#272 aperta il 29 set 2023

 (6 commenti) (0 reazioni) (0 assegnatari)Python (91 fork)github user discovery
hacktoberfest

Metriche repository

Star
 (1302 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor