Skip to content

Commit

Permalink
Adds config when pushing to github
Browse files Browse the repository at this point in the history
  • Loading branch information
Erica Clark committed Apr 5, 2018
1 parent b3cefcc commit 77b072b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/github-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ export function initAddCommitAndPush(credentials, projectName, filePath) {
git(`${filePath}/${projectName}`)
.init()
.silent()
.addConfig('user.name', 'hammer-io')
.addConfig('user.email', '[email protected]')
.add('.gitignore')
.add('./*')
.commit('Initial Commit w/ :heart: by @hammer-io.')
Expand Down

0 comments on commit 77b072b

Please sign in to comment.