Skip to content

Commit

Permalink
Make GitBranch public
Browse files Browse the repository at this point in the history
Required, as its used in the editor codebase
  • Loading branch information
mithem committed Oct 8, 2023
1 parent 55647e8 commit 67361af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Version-Control/Services/Models/GitBranch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ enum BranchType: Int {
case remote = 1
}

struct GitBranch {
public struct GitBranch {
let name: String
let upstream: String?
let tip: IBranchTip
Expand Down

0 comments on commit 67361af

Please sign in to comment.