Skip to content

Commit 66f6105

Browse files
kang8networm
authored andcommitted
fix:与英语原文保持一致 again
1 parent 5a0662f commit 66f6105

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

book/07-git-tools/sections/rerere.asc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,11 @@ $ cat hello.rb
217217
#! /usr/bin/env ruby
218218
219219
def hello
220+
<<<<<<< ours
221+
puts 'hola world'
222+
=======
220223
puts 'hello mundo'
224+
>>>>>>> theirs
221225
end
222226
----
223227

0 commit comments

Comments
 (0)