master
Joey Hess 2010-06-09 13:45:18 -04:00
parent 0da7b1a9c3
commit bd59179e09
1 changed files with 6 additions and 0 deletions

View File

@ -1 +1,7 @@
What directory is the 'working copy'? There can be two interpretations: the current dir and the .git dir.
> It is fairly common terminology amoung all version control systems to use
> "working copy" to refer to a checkout from version control, including
> copies of all the versioned files, and whatever VCS-specific cruft that
> entails. So, a working copy is everything you get when you `git clone`
> a repository. --[[Joey]]