On Monday, December 3, 2012 7:43:38 AM UTC+1, ARSHAD ALI wrote: > > Can I push a single file to main repository or does GIT works with sing > files. please help me >
The quick answer is no, Git pushes happen on a *commit* basis. But if you make and push commits that only include changes in a single file, naturally only the single file will be changed. --
