-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add git rm options #24
Conversation
Are you sure we couldn't improve the readability of the logic on L368? Bear in mind that the callback is undefined. |
@notatestuser I just grab the lines for add() method Lines 354 to 358 in e1e6973
|
Okay, that could use a bit of spring cleaning too. |
So do you want me to clean this thing ? |
No worries, leave that to me. Thanks for the PR. -----Original Message----- So do you want me to clean this thing ? |
Any update on when this PR would get merged in? |
Pushed to npm in 0.4.1 |
perfect, thanks! |
I had to use |
It's working for in the gulp-gh-pages task. Not sure why you need --force here. |
It works without the force -- I am using that because I am blowing away staged changes. Should've been more clear. I was trying to follow the "recursive" comment documentation at https://github.com/notatestuser/gift/blob/master/src/repo.coffee?#L364 before passing in the |
I just duplicate add options to remove to be able to do "git rm -r ."