Table of Contents

'git'

http://rogerdudler.github.io/git-guide/

Misc

Updating a repository with a new bunch of files

You may want to update a repository with a totally new set of files, that is:

This avoids problems with overwriting of existent files, which may be convenient when using a script.

This can be done with following procedure :