支持在git推送时选择远程源
This commit is contained in:
@@ -675,6 +675,12 @@ export interface GitPushResult {
|
||||
upstream_set: boolean
|
||||
}
|
||||
|
||||
export interface GitPushInfo {
|
||||
branch: string
|
||||
remotes: GitRemote[]
|
||||
tracking_remote: string | null
|
||||
}
|
||||
|
||||
export interface GitMergeResult {
|
||||
merged_commits: number
|
||||
conflict?: GitConflictInfo | null
|
||||
|
||||
Reference in New Issue
Block a user