修复本地新创建的分支无法推送到远程
This commit is contained in:
@@ -743,6 +743,11 @@ export interface FileTreeChangedEvent {
|
||||
refresh_git_status: boolean
|
||||
}
|
||||
|
||||
export interface GitLogResult {
|
||||
entries: GitLogEntry[]
|
||||
has_upstream: boolean
|
||||
}
|
||||
|
||||
export interface GitLogEntry {
|
||||
hash: string
|
||||
full_hash: string
|
||||
|
||||
Reference in New Issue
Block a user