-
Notifications
You must be signed in to change notification settings - Fork 83
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
Git pull #24
Comments
Not currently supported but easily added. Like |
This one would be really usefull (or fetch + merge) to use for CI purpose on some github hook. I'd like to see it. |
git pull would be lovely :) especially if we would have lets say an automatic interval of 5 minutes :) |
Should this issue be closed as the README.md has a https://github.com/rubenv/grunt-git#the-gitpull-task ? |
I can't seem to point git-pull at the same directory I cloned my project into (I'm trying to write a script that will help green devs manage their code base for my company - it would be ideal to use the same gruntfile for management even though its outside of the repo). For example, I make the grunt file in /my/path and then have it download to /my/path/repo. I want to then have a gitpull directive that has the code in /my/path/repo pull from origin. Am I missing something? If that isn't possible right now, I submit that it should be a feature. |
Maybe I'm using this plugin improperly but it seems like it would be handy to have a git pull feature.
The text was updated successfully, but these errors were encountered: