- 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
-