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

New feature: Add rebase option to git pull #78

Open
AoDev opened this issue Oct 1, 2014 · 3 comments
Open

New feature: Add rebase option to git pull #78

AoDev opened this issue Oct 1, 2014 · 3 comments

Comments

@AoDev
Copy link
Contributor

AoDev commented Oct 1, 2014

Simply that :)

@rubenv
Copy link
Owner

rubenv commented Oct 1, 2014

Just add it right here.

And send the pull request :-)

@rubenv
Copy link
Owner

rubenv commented Oct 1, 2014

Oh and a test case here: https://github.com/rubenv/grunt-git/blob/master/test/pull_test.js

Here's an example of testing a flag:

it('should accept --all option', function (done) {
var options = {
all: true
};
new Test(command, options)
.expect(['fetch', '--all'])
.run(done);
});

Easy!

@AoDev
Copy link
Contributor Author

AoDev commented Oct 2, 2014

Yes, I made the fetch PR ;)
On Oct 1, 2014 10:28 PM, "Ruben Vermeersch" notifications@github.com
wrote:

Oh and a test case here:
https://github.com/rubenv/grunt-git/blob/master/test/pull_test.js

Here's an example of testing a flag:

it('should accept --all option', function (done) {
var options = {
all: true
};
new Test(command, options)
.expect(['fetch', '--all'])
.run(done);
});

Easy!


Reply to this email directly or view it on GitHub
#78 (comment).

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

No branches or pull requests

2 participants