#add, #execute, #to_html
2 3 4 5 6 7
# File 'lib/push.rb', line 2 def update if(File.exists?('.git') && `git config --list`.include?('user.name=')) add 'git config --global push.default simple' self << 'git push' if Git.branch != 'develop' end end