Skip to content

Commit

Permalink
Merge branch 'master' into new_corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-mancera authored Aug 28, 2019
2 parents 2c36a91 + 0e143f5 commit 7907aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/07-git-tools/sections/rerere.asc
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ $ cat hello.rb
#! /usr/bin/env ruby
def hello
<<<<<<< ours
<<<<<< ours
puts 'hola world'
=======
======
puts 'hello mundo'
>>>>>>> theirs
>>>>>> theirs
end
----

Expand Down

0 comments on commit 7907aa5

Please sign in to comment.