You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concettualmente i file *-latest.*sono dei symlink (cioè dei puntatori a dati memorizzati sotto altro nome) e non dei file distinti (ma con dati identici a quelli di un altro file.)
Qusto è proprio uno dei casi in cui la best practice consiglia l'uso dei link simbolici.
L'unico problema che vedo è che si tratta di un concetto ben noto nel mondo "unix" ma che potrebbe dare luogo a problemi per chi vivendo nel mondo windows non sa bene come si comportano e come si usano.
To create a symbolic link to a given file, open your terminal and type: ln -s source_file symbolic_link
Replace source_file with the name of the existing file for which you want to create the symbolic link and symbolic_link with the name of the symbolic link (parameter is optional).
Tipo di richiesta: suggerimento di miglioramento (documentazione, label, ecc)
Riassunto
Per i csv che usano *-latest non so se è possibile usare dei link simbolici
http://tdongsi.github.io/blog/2016/02/20/symlinks-in-git/
Interesse pubblico
Allegerimento futuro della repository (very low priority)
The text was updated successfully, but these errors were encountered: