Class: FalkorLib::GitTasks

Inherits:
Object
  • Object
show all
Includes:
Rake::DSL
Defined in:
lib/falkorlib/tasks/git.rb

Overview

Rake tasks to pilot Git operations

Instance Method Summary collapse

Instance Method Details

#install_tasksObject

Install the git tasks for Rake



20
21
22
23
# File 'lib/falkorlib/tasks/git.rb', line 20

def install_tasks
  load 'falkorlib/tasks/git.rake'
  load 'falkorlib/tasks/gitflow.rake'
end