Skip to content

Repository Settings

ViscousPot edited this page Jan 21, 2025 · 1 revision

Sync Message

  • Customise the commit message template that is used on sync
  • Use %s to have the date and time inserted in the format yyyy-MM-dd HH:mm:ss (1997-01-01 12:00:00)

Author Name & Email

  • Customise the name and email of the author used for commits

Default Remote

  • Modify the default remote used for operations

gitignore

  • Allows editing of the repository's .gitignore file
  • A list of files and folder paths that should not be synced
  • See here for more

git/info/exclude

  • Allows editing of the repository's local gitignore file (at .git/info/exclude)
  • A list of files and folder paths that should not be synced
  • See here for more

Settings dialog

Extra Settings

Turn on/off notifications button

  • Turn on/off flashing a small popup message on screen when a sync happens