Skip to content

Instantly share code, notes, and snippets.

@akonwi
Created November 13, 2015 04:49
Show Gist options
  • Save akonwi/fc8c721d7d822c809cc1 to your computer and use it in GitHub Desktop.
Save akonwi/fc8c721d7d822c809cc1 to your computer and use it in GitHub Desktop.
gitAddAllCommitAndPush = (repo) ->
git.add repo,
exit: ->
new GitCommit(repo, andPush: true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment