diff options
| author | Ashok Argent-Katwala <ashok@delphia.com> | 2022-02-18 12:19:12 -0500 |
|---|---|---|
| committer | Ashok Argent-Katwala <ashok@delphia.com> | 2022-02-18 12:19:12 -0500 |
| commit | 876f74fad48806a390e046f3df12304619388c97 (patch) | |
| tree | af334cb5255e30f9d7722495044127a5848e6e61 /docs | |
| parent | a229af2ef98099d88e85faedfde4d9ee68cd7f8d (diff) | |
Fix spelling of 'detached'.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/git/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/git/config.md b/docs/git/config.md index 84b7ae3..456d580 100644 --- a/docs/git/config.md +++ b/docs/git/config.md @@ -19,4 +19,4 @@ Full documentation is under `git help config`, unless otherwise stated. A few things are nice when you're getting started, but become annoying when you no longer need them. -* `git config advice.detachedHead` - if you already understand the difference between having a branch checked out and having a commit checked out, and already understand what “detatched head” means, the warning on every `git checkout ...some detatched thing...` isn't helping anyone. This is also useful repositories used for deployment, where specific commits (from tags, for example) are regularly checked out. +* `git config advice.detachedHead` - if you already understand the difference between having a branch checked out and having a commit checked out, and already understand what “detached head” means, the warning on every `git checkout ...some detached thing...` isn't helping anyone. This is also useful repositories used for deployment, where specific commits (from tags, for example) are regularly checked out. |
