Skip to main content

Home > git-documentdb > SyncResultPush

SyncResultPush type#

Synchronization pushed commits.

Signature:
export declare type SyncResultPush = {
action: 'push';
changes: {
remote: ChangedFile[];
};
commits?: {
remote: NormalizedCommit[];
};
};
References:

ChangedFile , NormalizedCommit

Remarks#

  • commits are sorted from old to new.

  • commits.remote: List of commits that had been pushed to remote