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

g commit fails #12

Open
dataf3l opened this issue Oct 18, 2019 · 1 comment
Open

g commit fails #12

dataf3l opened this issue Oct 18, 2019 · 1 comment

Comments

@dataf3l
Copy link
Owner

dataf3l commented Oct 18, 2019

this should not happen:
$ g commit -m "add npm stuff, docs, fix spacing, fix warning, change warning color, improve docs, add npm installation to docs"

error: pathspec 'npm' did not match any file(s) known to git.
error: pathspec 'stuff,' did not match any file(s) known to git.
error: pathspec 'docs,' did not match any file(s) known to git.
error: pathspec 'fix' did not match any file(s) known to git.
error: pathspec 'spacing,' did not match any file(s) known to git.
error: pathspec 'fix' did not match any file(s) known to git.
error: pathspec 'warning,' did not match any file(s) known to git.
error: pathspec 'change' did not match any file(s) known to git.
error: pathspec 'warning' did not match any file(s) known to git.
error: pathspec 'color,' did not match any file(s) known to git.
error: pathspec 'improve' did not match any file(s) known to git.
error: pathspec 'docs,' did not match any file(s) known to git.
error: pathspec 'add' did not match any file(s) known to git.
error: pathspec 'npm' did not match any file(s) known to git.
error: pathspec 'installation' did not match any file(s) known to git.
error: pathspec 'to' did not match any file(s) known to git.
error: pathspec 'docs' did not match any file(s) known to git.

@dataf3l
Copy link
Owner Author

dataf3l commented Oct 18, 2019

it happens because of the word add in the commit message, basically

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