zeds - notes on git log

zeds - notes on git log
Developer: 晨 郭
Category: Productivity

zeds - notes on git log Summary

zeds - notes on git log is a mobile iOS app in Productivity by 晨 郭. Released in Mar 2021 (4 years ago). Store metadata: updated Oct 4, 2022.

Store info: Last updated on App Store on Oct 4, 2022 .


0★

Ratings: 0

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot
App screenshot
App screenshot

App Description

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