Skip to content

Commit 4742c25

Browse files
Merge branch 'master' of github.com:schacon/ruby-git
2 parents 9b3cc41 + 00927c2 commit 4742c25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/git/lib.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,9 @@ def push(remote, branch = 'master', tags = false)
576576
command('push', ['--tags', remote]) if tags
577577
end
578578

579-
def pull(remote='origin', branch='master')
580-
command('pull', [remote, branch])
581-
end
579+
def pull(remote='origin', branch='master')
580+
command('pull', [remote, branch])
581+
end
582582

583583
def tag_sha(tag_name)
584584
head = File.join(@git_dir, 'refs', 'tags', tag_name)

0 commit comments

Comments
 (0)