diff --git a/wiki/git.md b/wiki/git.md index ce60f47..d473186 100644 --- a/wiki/git.md +++ b/wiki/git.md @@ -29,3 +29,9 @@ If you don't need a bloated web-interface a more basic approach is more than eno - [git-server-docker](./docker-images/jkarlos_-_git-server-docker.md) is a pretty basic docker-container for git. + +## Ignore files having local changes + +If you need to make changes to a file that are local you can run +`config update-index --skip-worktree `. +Following this the file won't show up as having changes from the upstream.