Source Control
Source Control brings Git review and write workflows into NimoteCode so you can inspect, commit, and sync changes from mobile.
Source Control write workflows are Pro capabilities.
What you can do
- Review staged, unstaged, and conflicted files.
- Inspect file diffs and commit history.
- Stage selected changes.
- Commit changes.
- Pull, push, and fetch.
- Create and switch branches.
- Merge and rebase.
- Use stash workflows.
Git AI assistance
Git AI can help with:
- Commit message generation.
- Change explanation.
- Risk-oriented review prompts.
Typical commit flow
- Save your edited files.
- Open Source Control.
- Review diffs.
- Stage selected changes.
- Write or generate a commit message.
- Commit.
- Pull/push/fetch as appropriate for your repository.