Fix typo (#41)
This commit is contained in:
parent
ed15fef0c0
commit
f4eca5c7b2
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ features and strategies for dealing with those occasions.
|
||||||
## Symlink alternates
|
## Symlink alternates
|
||||||
|
|
||||||
It can be useful to have an automated way of choosing an alternate version of a
|
It can be useful to have an automated way of choosing an alternate version of a
|
||||||
file for a different operation system, host, or user. **yadm** implements a
|
file for a different operating system, host, or user. **yadm** implements a
|
||||||
feature which will automatically create a symbolic link to the appropriate
|
feature which will automatically create a symbolic link to the appropriate
|
||||||
version of a file, as long as you follow a specific naming convention. yadm can
|
version of a file, as long as you follow a specific naming convention. yadm can
|
||||||
detect files with names ending in:
|
detect files with names ending in:
|
||||||
|
@ -122,5 +122,5 @@ alternate version using **yadm**. Consider these three files:
|
||||||
|
|
||||||
Configuring Git this way includes `.gitconfig.local` in the standard
|
Configuring Git this way includes `.gitconfig.local` in the standard
|
||||||
`.gitconfig`. **yadm** will automatically link the correct version based on the
|
`.gitconfig`. **yadm** will automatically link the correct version based on the
|
||||||
operation system. The bulk of your configurations can go in a single file, and
|
operating system. The bulk of your configurations can go in a single file, and
|
||||||
you just put the exceptions in OS-specific files.
|
you just put the exceptions in OS-specific files.
|
||||||
|
|
Loading…
Reference in a new issue