class FalkorLib::GitTasks

Rake tasks to pilot Git operations

Rake tasks to pilot Git operations

Public Instance Methods

install_tasks() click to toggle source

Install the git tasks for Rake

# File lib/falkorlib/git_tasks.rb, line 19
def install_tasks
  load 'falkorlib/tasks/git.rake'
  load 'falkorlib/tasks/gitflow.rake'
end