Sha256: 5773a84f23fbe94ea2b1e8a8f90fe9c8cc2175ffd1aa675d552ae756ed78b928
Contents?: true
Size: 204 Bytes
Versions: 8
Compression:
Stored size: 204 Bytes
Contents
require_relative('git.rb') class Pull < Array def update if(File.exists?('.git') && `git config --list`.include?('user.name=')) self << 'git pull' if Git.branch != 'develop' end end end
Version data entries
8 entries across 8 versions & 1 rubygems