I'm quite new to Git and I would like to get some advice.
I forked a project project/project.git from github and I have the remote copy repo as myname/project.git. I also have the local copy of this repo on my machine. I made some commits, pushed them to my remote repo, but my question is that how the author will know I made that commits and to pull them into the original project repo? Is there an automatic notification that does this? how should I send him a pull request maybe from command line? thanks