We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194cc6a commit 48419e1Copy full SHA for 48419e1
1 file changed
README.md
@@ -14,21 +14,21 @@ curl https://raw.githubusercontent.com/sbimochan/smart-commit/master/commit -o /
14
15
* If your current branch name is `EF-803`
16
17
-```shell
18
-$ commit "New feature"
+ ```shell
+ $ commit "New feature"
19
20
-# translates to
21
-git commit -m "EF-803: New feature"
22
-```
+ # translates to
+ git commit -m "EF-803: New feature"
+ ```
23
24
* If your current branch is either of `dev`, `uat`, `qa`, `staging` or `master`
25
26
27
28
29
30
-git commit -m "New feature"
31
+ git commit -m "New feature"
32
33
## Skip Branches
34
0 commit comments