[GIT] Versionning [résolu]

Versionning [résolu] [GIT] - Divers - Programmation

Marsh Posté le 16-07-2015 à 18:20:32    

:ouch: Aucun topic sur git ici ?
 
J'ai une question !  [:chacal31]  
 
Je cherche un moyen d'ajouter des fichiers à l'index pour commit mais sans les vérifier,
comme un fichier SQL trop gros car la vérification prend du temps à chaque checkout.
 
En vous remerciant pour vos réponses  
 [:skaine]


Message édité par link521 le 05-08-2015 à 09:30:49

---------------
Steam : http://steamcommunity.com/id/link521 // Discord : link#0101
Reply

Marsh Posté le 16-07-2015 à 18:20:32   

Reply

Marsh Posté le 18-07-2015 à 00:23:55    

Reply

Marsh Posté le 21-07-2015 à 18:45:00    

Merci, j'ai eu ma réponse ici (3 ème réponse sur ton lien stackoverflow)
En gros gitignore  :sweat:  
 
Explanation
 
Git is really good at huge histories of small text files because it can store them and their changes efficiently. At the same time, git is very bad at binary files, and will naïvely store separate copies of the file (by default, at least). The repository gets huge, and then it gets slow, as you've observed.
This is a common problem among DVCS's, exacerbated by the fact that you download every version of every file ("the whole repository" ) every time you clone. The guys at Kiln are working on a plugin to treat these large files more like Subversion, which only downloads historical versions on-demand.


---------------
Steam : http://steamcommunity.com/id/link521 // Discord : link#0101
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed