Can we use quilt to push/add to local git repository? If yes, kindly help me to specify the commands and any URL/link will be of immense help.
Thanks in advance.
If you're just looking to apply a quilt patch series, use git quiltimport
as suggested by Luke Girvin.
If you want to use a workflow similar to quilt on git, I suggest you look at stgit, guilt(guilt gitweb), or topgit