- I have
git-repositoryfor web-project with several files in several directories. - I make changes in some files,
committhem. - Now I need
diffcurrent 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?