Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'force' option to command_commit #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

santiagoIT
Copy link

I am using grunt-git to deploy to heroku. Therefore I need to add files to a temp. branch which are ignored (compiled css, etc..). For this to succeed the add --force flag is required.

I took a quick look at the tests but could not figure out how to add a test for this new functionality.

@rubenv
Copy link
Owner

rubenv commented Jul 4, 2014

I took a quick look at the tests but could not figure out how to add a test for this new functionality.

The tests are quite trivial: you specify the grunt options and the expected commands that'll be executed.

Added test for commit 'force' option
@santiagoIT
Copy link
Author

Thanks, I added a test now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants