lib/dev_commands.rb in dev-2.0.49 vs lib/dev_commands.rb in dev-2.0.50

- old
+ new

@@ -822,10 +822,10 @@ end #require_relative('internet.rb') class Push < Array def update if(File.exists?('.git') && `git config --list`.include?('user.name=')) - add 'git config --global push.default simple' + #add 'git config --global push.default simple' self << 'git push' if Git.branch != 'develop' && Internet.available? end end end #