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
- Add the logs of operation to .git/logs/auto-sync
3
3
* Daemon - proper logs
4
-
* Daemon - status
5
4
6
5
* CLI auto-complete
7
6
@@ -10,8 +9,6 @@
10
9
* Ensure that the 'daemon' process can be found
11
10
- It seems it wasn't being installed by the homebrew package
12
11
13
-
* RPM / DEB packages - https://netdevops.me/2021/building-and-publishing-deb/rpm-packages-with-goreleaser-and-gemfury/
14
-
15
12
* Check the state of the git repo before
16
13
- Make sure it isn't in the middle of a rebase / merge
17
14
- Make sure that head commit is pointing to a branch
@@ -25,3 +22,10 @@
25
22
- Try to batch them together?
26
23
- Or optionally, it should only be saved when the editor is closed
27
24
- For vim this means figuring out the backupfile directory
25
+
26
+
* Empty files aren't being tracked? This behaviour needs to be documented
27
+
28
+
* Add a config checker to make sure things are good
29
+
* It doesn't seem to be tracking some deletes?
30
+
31
+
* These constant small small commits by Obsidian are annoying me. Have a simple way to do an append commit, and push it every '10 minutes' or so. Do not discount the annoyance caused by this.
0 commit comments