gitquick
Version:
Git Add, Commit, and Push on the Fly
17 lines • 941 B
TypeScript
export declare const gitRemoteError: (error: string) => string;
export declare const gitRemoteWarning: (error: string) => string;
export declare const gitAddError: (error: string) => string;
export declare const pushingUpstream: (currentBranch: string) => string;
export declare const pushSuccess: (message: string, currentBranch: string, remoteUrl: string) => string;
export declare const pushError: (error: string) => string;
export declare const pushUpstreamError: (error: string) => string;
export declare const logs: {
gitRemoteError: (error: string) => string;
gitRemoteWarning: (error: string) => string;
gitAddError: (error: string) => string;
pushingUpstream: (currentBranch: string) => string;
pushSuccess: (message: string, currentBranch: string, remoteUrl: string) => string;
pushError: (error: string) => string;
pushUpstreamError: (error: string) => string;
};
//# sourceMappingURL=messages.d.ts.map