From 651acf8b1490ebdfe15c11fde3792c13fb118f31 Mon Sep 17 00:00:00 2001 From: "http://jeremiahfoster.com/" Date: Wed, 9 Jun 2010 11:55:11 +0000 Subject: Started discussion --- doc/setup/byhand/discussion.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/setup/byhand/discussion.mdwn (limited to 'doc/setup/byhand') diff --git a/doc/setup/byhand/discussion.mdwn b/doc/setup/byhand/discussion.mdwn new file mode 100644 index 000000000..97ae40438 --- /dev/null +++ b/doc/setup/byhand/discussion.mdwn @@ -0,0 +1 @@ +What directory is the 'working copy'? There can be two interpretations: the current dir and the .git dir. -- cgit v1.2.3 From bd59179e090d8443f4fbaa0f4c0ac586fc8dbbb3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Jun 2010 13:45:18 -0400 Subject: response --- doc/setup/byhand/discussion.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/setup/byhand') diff --git a/doc/setup/byhand/discussion.mdwn b/doc/setup/byhand/discussion.mdwn index 97ae40438..941976789 100644 --- a/doc/setup/byhand/discussion.mdwn +++ b/doc/setup/byhand/discussion.mdwn @@ -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]] -- cgit v1.2.3