We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e9446 commit 9f25c31Copy full SHA for 9f25c31
1 file changed
README.md
@@ -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