GIT and Perforce: the branching strategy?

Git actually does store deltas as well. These are called pack files. If you changed a file 100 times slightly, it is not going to keep 100 slightly different objects.

(more here: http://git-scm.com/book/en/Git-Internals-Packfiles ).

This is actually a complex topic, but there are trade-offs to how they treat branching and file history. A Git branch is at the repository level, whereas Perforce can be very granular and let you branch a single file, or several sets of files that are normally developed independently.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions