diff --git a/README.md b/README.md index f21056a..eefd20a 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ $ git local status --short ## Tracked and modified files: ## Untracked files that upstream ignores or does not track: -.gitignore -other +src/config/local.yml ``` where you can add files, commit, and use any git command: @@ -46,7 +45,8 @@ $ git local log --format=oneline ``` The default behavior for the locally tracked files is to -ignore them in the main repository: +ignore them in the main repository. +Here, the YAML file was added to the main `.gitignore`: ```sh $ git status diff --git a/git-local b/git-local index f8425e2..e55dbf9 100755 --- a/git-local +++ b/git-local @@ -274,7 +274,8 @@ where you can add files, commit, and use any git command: 81aeaf5dd5b86fce443cc06cbb6e237aa7432241 local config The default behavior for the locally tracked files is to -ignore them in the main repository: +ignore them in the main repository. +Here, the YAML file was added to the main `.gitignore`: $ git status ?? .gitignore