git add .
git commit -m "Initial commit: Obsidian-Drive sync daemon"

GitHub 레포 만든 후:

git remote add origin https://github.com/본인아이디/obsidian_sync.git
git push -u origin master