Skip to content

Commit c3e0d26

Browse files
committed
Update info for skipping branches
1 parent a90342f commit c3e0d26

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ $ commit "New feature"
3030
git commit -m "New feature"
3131
```
3232

33-
You can create a `.ignore` file in your directory to add custom branches you want to ignore. A `.ignore` file looks like [this](https://github.com/sbimochan/smart-commit/blob/master/.ignore).
33+
## Skip Branches
34+
35+
To add a custom branch that you would like to skip, create a `.smart-commit-ignore` file in your top level directory. A `.smart-commit-ignore` file looks like [this](https://github.com/sbimochan/smart-commit/blob/master/.smart-commit-ignore).
36+
37+
Also, you might want to add `.smart-commit-ignore` to your `.gitignore` file.
3438

3539
## License
3640

0 commit comments

Comments
 (0)