Sha256: 04801c441083d3fd5701b41c24f7c112d0ab56c60c3185cb608408a35d06d0fb

Contents?: true

Size: 117 Bytes

Versions: 3

Compression:

Stored size: 117 Bytes

Contents

class Push < Array
	def update
		if(File.exists?('.git'))
			add 'git push' if Git.branch != 'develop'
		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dev_commands-0.0.13 lib/push.rb
dev_commands-0.0.12 lib/push.rb
dev_commands-0.0.11 lib/push.rb