Skip to content

Commit 48419e1

Browse files
committed
Prettify
1 parent 194cc6a commit 48419e1

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ curl https://raw.githubusercontent.com/sbimochan/smart-commit/master/commit -o /
1414

1515
* If your current branch name is `EF-803`
1616

17-
```shell
18-
$ commit "New feature"
17+
```shell
18+
$ commit "New feature"
1919

20-
# translates to
21-
git commit -m "EF-803: New feature"
22-
```
20+
# translates to
21+
git commit -m "EF-803: New feature"
22+
```
2323

2424
* If your current branch is either of `dev`, `uat`, `qa`, `staging` or `master`
2525

26-
```shell
27-
$ commit "New feature"
26+
```shell
27+
$ commit "New feature"
2828

29-
# translates to
30-
git commit -m "New feature"
31-
```
29+
# translates to
30+
git commit -m "New feature"
31+
```
3232

3333
## Skip Branches
3434

0 commit comments

Comments
 (0)