mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-03 15:27:45 +02:00
linux: corrected typo
This commit is contained in:
parent
2275cb4489
commit
1f2e1475ef
@ -26,11 +26,11 @@ There is also an interactive
|
|||||||
### Ignore files having local changes
|
### Ignore files having local changes
|
||||||
|
|
||||||
If you need to make changes to a file that are local you can run
|
If you need to make changes to a file that are local you can run
|
||||||
`config update-index --skip-worktree <file>`.
|
`git update-index --skip-worktree <file>`.
|
||||||
Following this the file won't show up as having changes from the upstream.
|
Following this the file won't show up as having changes from the upstream.
|
||||||
Note that files tagged with this command are checked out sparsly, so you need
|
Note that files tagged with this command are checked out sparsly, so you need
|
||||||
to watch out for changes yourself if there are any.
|
to watch out for changes yourself if there are any.
|
||||||
To revert this run `config update-index --no-skip-worktree <file>`.
|
To revert this run `git update-index --no-skip-worktree <file>`.
|
||||||
|
|
||||||
### Authentication via SSH
|
### Authentication via SSH
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user