Skip to content

Commit 9f25c31

Browse files
committed
readme: Add readme
1 parent 89e9446 commit 9f25c31

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Smart commit
2+
Create commit with current branch name
3+
4+
For example:
5+
If you're current branch name is EF-803
6+
7+
```gcommit "New feature"```
8+
9+
will produce command
10+
11+
```git commit -m "EF-803: New feature"``` and execute it
12+
13+
### Installation
14+
``` cd ~```
15+
16+
``` git clone https://github.com/sbimochan/smart-commit.git```
17+
18+
``` alias gcommit="sh ~/bin/smart-commit/commit"```
19+
20+
And restart the terminal

0 commit comments

Comments
 (0)