diff --git a/Readme.md b/Readme.md index 6b5b910..cc8fa3b 100644 --- a/Readme.md +++ b/Readme.md @@ -293,6 +293,12 @@ $ git ignore build "*.o" "*.log" ... added '*.log' ``` +Add patterns from an existing template: + +```bash +$ git ignore -t rails +``` + Without any patterns, `git-ignore` displays currently ignored patterns: ```bash @@ -310,12 +316,6 @@ Create local and remote branch `name`: $ git create-branch development ``` -Add patterns from an existing template: - -```bash -$ git ignore -t rails -``` - ## git-delete-branch <name> Delete local and remote branch `name`: