This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Note that this script is executed using powershell | |
# The limitation of this is that we can only use 1 instance of Obsidian on 1 machine at the time. Otherwise, there could be confliction and would requires manually resolved. | |
git pull | |
Start-Process "C:\Program Files\Obsidian\Obsidian.exe" -Wait | |
git add . | |
git commit -m "auto commit by system" | |
git push |
OlderNewer