We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e012d4d commit e0160ccCopy full SHA for e0160cc
lib/git/base.rb
@@ -33,8 +33,6 @@ def commit_exist?(commit)
33
command('rev-list', ['-1', commit])
34
rescue StandardError
35
false
36
- else
37
- true
38
end
39
40
def remote_exist?(remote)
0 commit comments