On 16 October 2013 07:43, <[email protected]> wrote: > Also I did not understand from your answer, how I can see on the git server > the name of the files and their content.
CVS and other source control version software tracks files but ... There is no simple answer to your git question because git doesn't track files but content. Thinking of it each commit as a full snapshot of the whole filesystem. Regards Martin -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
