What should I store in Git? -
i have several projects want control using git. each project consists of source code created in visual studio, pad file (xml file), multiple .txt files, several .psd files (photoshop files), .jpg/.png/.bmp files, compiled setup file, etc. files should store in git repository , not? i know text files pad file or .txt files ok store in there, .psd files, image files , compiled setup? there article describing why not idea put binary data in git? one great advantage of putting inside git when tag specific software version (which released public), once checkout tag, associated particular release - setup file, source code, images , promotional material, , i'm in time without having finding additional files somewhere else. downsides? how have solved in company? i put binaries in git too. why not? psds aren't changing throughout development stage designs have been fleshed out example, if check them in...