Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 00838c7

Browse files
authored
Merge pull request #5 from mithem/main
Make `GitBranch` public
2 parents 55647e8 + 67361af commit 00838c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Version-Control/Services/Models/GitBranch.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ enum BranchType: Int {
7878
case remote = 1
7979
}
8080

81-
struct GitBranch {
81+
public struct GitBranch {
8282
let name: String
8383
let upstream: String?
8484
let tip: IBranchTip

0 commit comments

Comments
 (0)