Üstün Özgür

« Back to blog
  • Viewed
    times
  • Favorited 0 times
June 29, 2010

Using patches made by git format-patch on non-git repositories

  • Edit
  • Delete
  • Tags
  • Autopost

Patches, that git diff yields, are correctly processed by patch tool.

patch skips all the additional info git appends to the patch file. To apply the patch you most likely will need -p1 option.

via stackoverflow.com

-p1 option is important.

Comments (0)

Leave a comment...