Skip to content

Commit 50237ca

Browse files
Emmanuel AlozieEmmanuel Alozie
Emmanuel Alozie
authored and
Emmanuel Alozie
committed
fix: Add git commit function to index.js
1 parent 0c8ca7b commit 50237ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ function execute(command) {
2222
});
2323
}
2424

25+
//Create git commit function
26+
2527
async function createGitCommit() {
2628
const files = checkGitStatus();
2729
try {

0 commit comments

Comments
 (0)