mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Adding git-ignore patterns from template was inside git-create-branch documentation.
This commit is contained in:
parent
40b131d9cc
commit
3c26c94972
12
Readme.md
12
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`:
|
||||
|
|
|
|||
Loading…
Reference in a new issue