Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command to skip files #1

Open
albertplaya opened this issue Jun 19, 2015 · 1 comment
Open

Command to skip files #1

albertplaya opened this issue Jun 19, 2015 · 1 comment

Comments

@albertplaya
Copy link

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

@nickcv-ln
Copy link

👍 the thing is that sometimes you don't really want to add something to your commit, nor revert the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants