Open main menu
relax wiki
Search
Changes
← Older edit
Newer edit →
Git patch
21 bytes added
,
19:41, 21 July 2013
→In git
Next, you’re interested in how troublesome the patch is going to be. Git allows you to test the patch before you actually apply it.
git checkout master
git apply --check fix.patch
If you don’t get any errors, the patch can be applied cleanly. <br>
Tlinnet
Trusted,
Bureaucrats
1,382
edits