- Preparing search index...
 
- The search index is not available
 
git-essentials 
 
Push
Result
: {     ok
: boolean;     refs
: {         [key: 
string]
: {             ok
: boolean;             error
?: string;         };     };     error
?: string;     headers
?: HttpHeaders; } 
Type declaration
- 
ok: boolean
 
- 
refs: { 
    [key: string]: { 
        ok: boolean; 
        error?: string; 
    }; 
}
- 
[key: string]: { 
    ok: boolean; 
    error?: string; 
}
- 
ok: boolean
 
- 
Optional error?: string
 
 
 
- 
Optional error?: string
 
-