I worked with SVN till today so I'm not very familiar with the advanced features of git.
I want to clone a repo containing some files that I use in my project. My project is in a reposiory of its own so when I commit the files they go under my project. If I change them, they are also committed in my project.
However, I want them to be seen as a pull request to the repo I took it from.
In SVN I used svn-externals for that. How can I do it in git so it stays easy?