Obsidian Git Plugin Notesโ
Initialize with Git
โ
git init
gh repo create --private
touch .gitignore
notepad .gitignore
git add *
git commit -m "init"
git push --set-upstream origin master
Links: Obsidian
Source:
- denolehov/obsidian-git: Backup your Obsidian.md vault with git (github.com)
- obsidian-git-tut-windows/README.md at main ยท gitobsidiantutorial/obsidian-git-tut-windows (github.com)
- ssh agent - How can I run ssh-add automatically, without a password prompt? - Unix & Linux Stack Exchange
- Adding an existing project to GitHub using the command line - GitHub Docs