aboutsummaryrefslogtreecommitdiff
path: root/doc/setup/byhand/discussion.mdwn
blob: 4d009f20d75a2592574dc839a6160fca64e710f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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]]

-------------------

The page says *"Note that this file should **not** be put in your wiki's directory with the rest of the files."* Why is that?

One possible thing is security: Is it just a precaution or would anyone with "write" access to wiki be able to replace the file?

 --[[Martian]]