-
Notifications
You must be signed in to change notification settings - Fork 7
Description
It could be a good idea to add an extra command to skip all these files that you don't want to add to the next commit.
Like:
M Tests/Unit/Bootstrap.php
?? Services/CacheItem.php
?? Services/CacheItemInterface.php
?? Services/CacheItemPool.php
?? Services/CacheItemPoolInterface.php
?? Tests/Unit/Services/CacheItemPoolTest.php
sn (skip next)
M Tests/Unit/Bootstrap.php
S Services/CacheItem.php (not added to the commit)
?? Services/CacheItemInterface.php
?? Services/CacheItemPool.php
?? Services/CacheItemPoolInterface.php
?? Tests/Unit/Services/CacheItemPoolTest.phpan
M Tests/Unit/Bootstrap.php
S Services/CacheItem.php
A Services/CacheItemInterface.php
?? Services/CacheItemPool.php
?? Services/CacheItemPoolInterface.php
?? Tests/Unit/Services/CacheItemPoolTest.php
Thanks for these commands. they're very usefull!!