Skip to content

Commit

Permalink
Merge pull request #5 from mithem/main
Browse files Browse the repository at this point in the history
Make `GitBranch` public
  • Loading branch information
0xWDG authored Oct 8, 2023
2 parents 55647e8 + 67361af commit 00838c7
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 00838c7

Please sign in to comment.