gitlab-org--gitlab-foss/lib/gitlab/git/branch.rb

7 lines
68 B
Ruby
Raw Normal View History

2017-01-04 13:43:06 -05:00
module Gitlab
module Git
class Branch < Ref
end
end
end