Class: Push
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#update ⇒ Object
822 823 824 825 826 827 |
# File 'lib/dev_commands.rb', line 822 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 |