Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:git:creating_and_applying_patch_files [2014/09/29 16:45] – [applying a patch file] billh | docs:git:creating_and_applying_patch_files [2014/09/29 17:09] (current) – [applying a patch file (method 2)] billh | ||
---|---|---|---|
Line 18: | Line 18: | ||
===== applying a patch file (method 2) ===== | ===== applying a patch file (method 2) ===== | ||
- | First create a new branch: | + | This will add consecutive commits to your current branch, including the commit messages. |
< | < | ||
git checkout -b new-branch-name | git checkout -b new-branch-name |