Skip to main content

Home > git-documentdb > SyncResultFastForwardMerge

SyncResultFastForwardMerge type#

Synchronization invoked fast-forward merge.

Signature:
export declare type SyncResultFastForwardMerge = {
action: 'fast-forward merge';
changes: {
local: ChangedFile[];
};
commits?: {
local: NormalizedCommit[];
};
};
References:

ChangedFile , NormalizedCommit

Remarks#

  • commits are sorted from old to new.

  • commits.local: List of commits that had been pulled to local