You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Timov installer will create a cronjob entry, making the Timov main file run every 2 minutes.
17
+
18
+
The main file will then pull the latest changes from `git` and commit/push any pending changes (will also commit/push the conflicts if any).
19
+
20
+
Essentially your `.timov` directory will be the mirror of your remote directory in your `git` repository with your notes. Any change made in the local repository will be reflected in the remote when picked up by the cron.
0 commit comments