BigW Consortium Gitlab

branch.rb 68 Bytes
Newer Older
Robert Speicher committed
1 2 3 4 5 6
module Gitlab
  module Git
    class Branch < Ref
    end
  end
end