Git not recognizing rails plugin -


i installed table_builder plugin https://github.com/p8/table_builder, followed directions @ bottom titled for pre rails 3.0 table_builder: works great.

the problem since checked out branch of it, when try commit git repo, doesnt think there files there.. git status diplays nothing, git add wont add files..

any suggestions how can committed?

maybe cloned plugin directly own repository , have plugin repository within repository?

a git repository default ignore other repositories , working directories located within it.

if so, have (at least) 2 options:

  • clone plugin elsewhere, , copy necessary files repository
  • clone plugin repository , delete plugin's .git folder

there other ways manage git-submodule i'm not expert on defer more knowledge.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -