Skip to content

Commit

Permalink
Merge branch 'new_corrections' of https://github.com/DiegoFRamirez/pr…
Browse files Browse the repository at this point in the history
…ogit2-es into new_corrections
  • Loading branch information
GermaniaWebCom committed Sep 2, 2019
2 parents 0cd1071 + 7907aa5 commit e0e1f11
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 e0e1f11

Please sign in to comment.