From c38e4772b1f560e183649f02042353a65440ecf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Tue, 29 Apr 2014 11:38:53 +0200 Subject: [PATCH] doc: slightly better example --- README.md | 6 +++--- git-local | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) 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