Helper method for definining the git task in a rakefile
[Source]
# File sprout/lib/sprout/tasks/git_task.rb, line 132 def git(args, &block) Sprout::GitTask.define_task(args, &block) end
[Validate]