Skip to content

Instantly share code, notes, and snippets.

@jcambien
Created August 17, 2013 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jcambien/6255987 to your computer and use it in GitHub Desktop.
Save jcambien/6255987 to your computer and use it in GitHub Desktop.
Création d'un patch sous GIT From http://gitref.org/
$ wget http://example.com/project.2010-06-01.zip
$ unzip project.2010-06-01.zip
$ cp -R project.2010-06-01 project-my-copy
$ cd project-my-copy
$ (change something)
$ diff project-my-copy project.2010-06-01 > change.patch
$ (email change.patch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment