Skip to content

Instantly share code, notes, and snippets.

@jlengstorf
Created June 12, 2014 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlengstorf/e2bb40e69d9eca3ddefd to your computer and use it in GitHub Desktop.
Save jlengstorf/e2bb40e69d9eca3ddefd to your computer and use it in GitHub Desktop.
$ find . -type f -print | grep '.gitignore' | xargs grep -i 'yoast' # No results
$ git add wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php
The following paths are ignored by one of your .gitignore files:
wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php
Use -f if you really want to add them.
fatal: no files added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment