S
S
SergeyBuharev2021-10-17 01:39:16
Automation
SergeyBuharev, 2021-10-17 01:39:16

How to auto-sync local github desktop folders with github cloud?

Greetings! Guys, please tell me how to make local folders loaded from the computer automatically every n hours/minutes/seconds to the github cloud (repository)?

There are:
- Obsidian.md note -taking app
- Github Desktop

Use case:
I use the Obsidian note-taking app. When a note is created / edited, I go to the github desktop and click "commit to main" to send the note to the cloud.

Is it possible to somehow automate the process of transferring notes / edits from local to the cloud? A friend suggested using a task scheduler or cron, but maybe there are easier solutions?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2021-10-17
@vabka

A friend suggested using a task scheduler or cron, but maybe there are easier solutions?

No. Just some external solution, regarding the notes app and git, that will call git add. && git commit && git push

D
Drno, 2021-10-17
@Drno

Umm. So the scheduler is the simplest option...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question