Skip to content

Commit b79de3a

Browse files
Merge pull request #26 from fixlr/master
Changed "b" variable to "g" in README
2 parents 94f389b + 6e68259 commit b79de3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ And here are the operations that will need to write to your git repository.
173173
g.branch(name).in_branch(message) { # add files } # auto-commits
174174
g.merge('new_branch')
175175
g.merge('origin/remote_branch')
176-
g.merge(b.branch('master'))
176+
g.merge(g.branch('master'))
177177
g.merge([branch1, branch2])
178178

179179
r = g.add_remote(name, uri) # Git::Remote

0 commit comments

Comments
 (0)