# File lib/icon-artist/gitrepo.rb, line 131 def push(remote='origin', branch='master') if @branches[:local].include? branch @git.push(remote, branch) else puts "Warning: branch #{branch} does not seem to exist, nothing pushed." end end