0 Git Obsidian & Books Process
GIT key fengannarbor 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
OPENROUTER API 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
Work pc git clone https://github.com/fengannarbor/obsidianhome.git
(git remote set-url origin https://github.com/fengannarbor/obsidianhome.git)
git pull git add . git commit -m "My work PC changes" git push
Home pc git pull git add . git commit -m "My work PC changes" git push
Obsidian¶
start git cd 'C:\Users\dv655c\OneDrive - The Boeing Company\ObsidianVaults\obsidianhome\' git status git add * git commit -m * git push --set-upstream origin feng
Books¶
start git cd C:\Users\dv655c\Documents\biiks git status git add . git commit -m . git push -u origin main
Home PC obsidian
git remote remove origin
git remote add origin https://github.com/fengannarbor/obsidianhome.git
git push -u origin feng