Advertisement
asanchez75

Drupal/patch

Aug 6th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. https://drupal.org/node/1054616
  2.  
  3. # Commit changed files to your topic branch
  4. git commit -a -m "Issue #123456 by username: Fixed all instances of foo bug."
  5.  
  6. git format-patch origin/[branchname] --stdout > [project_name]-[short-description]-[issue-number]-[comment-number].patch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement