Skip to content

Command to skip files #1

@albertplaya

Description

@albertplaya

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.php

an
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!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions