grunt-git
grunt-git copied to clipboard
Git pull
Maybe I'm using this plugin improperly but it seems like it would be handy to have a git pull feature.
Not currently supported but easily added. Like gitclone
, the pain with this one is testing, which I'm trying to reduce with #23.
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.