- I have
git-repository
for web-project with several files in several directories. - I make changes in some files,
commit
them. - Now I need
diff
current updated state and state before update and copy all files (with proper directories) that were changed into separate directory (out of git) to load them on server.
How can I do the 3-d part?