Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Generic Git

Sync to any git remote accessible via SSH or HTTPS.

Setup

  1. Set up a bare git repository on your server.
  2. In Surebeans: SyncAdd RemoteGeneric Git.
  3. Enter the remote URL.

Configuration

FieldExample
Remote URL[email protected]:budget.git or https://yourserver.com/budget.git

Authentication depends on the transport:

  • SSH: Uses your system SSH key.
  • HTTPS: Enter username and password/token.

Platform support

PlatformSupported
DesktopYes
BrowserNo. Requires native git/SSH access.