Skip to content

Commit 64daa91

Browse files
committed
Format "git apply" with code formatting
1 parent 7ada673 commit 64daa91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/maintaining.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Finally, `git apply` is an ``apply all or abort all'' model where either everyth
5353
`git apply` is overall much more conservative than `patch`.
5454
It won't create a commit for you – after running it, you must stage and commit the changes introduced manually.
5555

56-
You can also use git apply to see if a patch applies cleanly before you try actually applying it – you can run `git apply --check` with the patch:
56+
You can also use `git apply` to see if a patch applies cleanly before you try actually applying it – you can run `git apply --check` with the patch:
5757

5858
[source,console]
5959
----

0 commit comments

Comments
 (0)