You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CopyFile(latestHTML, persistentHTML)
CopyFile(bufHTML, latestHTML)
CopyFile(latestMarkdown, persistentMarkdown)
m.gitManager.AddAndCommit(fmt.Sprintf("%s: Update %s", source.Name, persistentMarkdown))
CopyFile(bufMarkdown, latestMarkdown)
m.gitManager.AddAndCommit(fmt.Sprintf("%s: Changes", source.Name))
// Record the commit ID via `git log -n1 --format="%H"` and write it to <persistentName>.yml
Show diff via https://github.com/siglt/tosknight-storage/commit/<commid ID>?diff=split
利用 GitHub Compare Feature 实现 Online Diff
GitHub Compare Feature 只支持单文件的 commit 历史版本比对,为了利用,可以 commit latest.md in one commit and save the commit id for every markdown file.
The text was updated successfully, but these errors were encountered: