Sha256: 79f2b728327c481e6f3be2dbe251a86d4e3cbc3b69f866f82128770c5a1630a2
Contents?: true
Size: 252 Bytes
Versions: 133
Compression:
Stored size: 252 Bytes
Contents
class Add < Array def initialize if(Dir.exists?(".git")) if(`git status`.include?('untracked files present')) self.add 'git add -A -v' end end end def add command self << command if(!include?(command)) end end
Version data entries
133 entries across 133 versions & 1 rubygems