Let's say I have a "javascript" directory. I git clone http:... a plugin inside that javascript directory.
Then, I git add .
And I finally git commit -am 'message'; and git push origin master
When I go to github.com, I see that the plugin is not there as a folder! Instead, there's a folder with an arrow to it, probably symbolizing that it's a link to another plugin.
How do I add stuff that I cloned into my OWN repository?
Edit: I just read about submodules, but they're a pain in the ass! How do I easily manage them?
 
     
    