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

Level 10 wrong number off files to be committed #271

Open
tentom opened this issue Feb 27, 2020 · 0 comments
Open

Level 10 wrong number off files to be committed #271

tentom opened this issue Feb 27, 2020 · 0 comments

Comments

@tentom
Copy link

tentom commented Feb 27, 2020

The number of files to be committed is 3 not 2.

rubyfile5.rb is staged for commit but it also has unstated changes.

i think the error is at

%w{rubyfile4.rb rubyfile5.rb}.each do |file|
FileUtils.touch(file)
repo.add(file)
end

where rubyfile5.rb is staged for commit

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

1 participant