lib/dev_commands.rb in dev-2.0.84 vs lib/dev_commands.rb in dev-2.0.85
- old
+ new
@@ -819,9 +819,10 @@
end
end
class Push < Array
def update
if(File.exists?('.git') && `git config --list`.include?('user.name='))
+ self << 'git push'
self << 'git push --tags'# if Git.branch != 'develop' && Internet.available?
end
end
end
#