Method: ProjectGroup::Command#push
- Defined in:
- lib/project_group/command.rb
#push ⇒ Object
45 46 47 48 49 50 51 |
# File 'lib/project_group/command.rb', line 45 def push group.singles.each do |proj| if !proj.repo.pushed? ec "cd #{proj.path} && git push origin master:master" end end end |