zeds - notes on git log icon

zeds - notes on git log

晨 郭
Free

About zeds - notes on git log

Prerequisite: understanding how Git (the distributed version control system) works.

zeds is a helper to "git commit --allow-empty --message={your note}" on a git repository, which only commits {your note} as the commit message without tree changes from it's parent's.

Nothing can be modified or deleted in zeds.

zeds shows your git logs in a long list.

zeds do the following for you,

- clones your repository from remote in the first place
- pulls and pushes if necessary

You can,

- create a new commit log (text only)
- create a new commit log (text only) referencing an existing one (as commit parent)
- search

Home screen quick action support:
- Compose
- New With Clipboard

Share extension support:
- Link (in Markdown link format)
- Image or file (store as a file blob in an unrelated commit)
- Safari selected text (in Markdown quote format)

URL scheme support:
- zeds:///commit/{sha}
- zeds:///create?text={text}&title={title}&url={url}

Solarized theme

zeds - notes on git log Screenshots

More from 晨 郭