Sha256: 26772949f145a3efaa150c9c9b4e10b4440299f3be0a811c7d10af4d4626b192
Contents?: true
Size: 229 Bytes
Versions: 40
Compression:
Stored size: 229 Bytes
Contents
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
Version data entries
40 entries across 40 versions & 1 rubygems