Can we use quilt to push/add to local git repository?

516 Views Asked by At

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.

2

There are 2 best solutions below

0
Hasturkun On BEST ANSWER

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

0
Luke Girvin On

"git-quiltimport - Applies a quilt patchset onto the current branch":

http://www.kernel.org/pub/software/scm/git/docs/git-quiltimport.html