Updated: 2023-07-14 16:13:09
parent
c23290b365
commit
896e0b994e
|
@ -13,7 +13,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Commands + Settings/Internet/Hosting/Servers/Linode.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -89,7 +89,8 @@
|
|||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 654.5
|
||||
"width": 200,
|
||||
"collapsed": true
|
||||
},
|
||||
"right": {
|
||||
"id": "e641d8c09a3445f6",
|
||||
|
@ -105,7 +106,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Commands + Settings/Internet/Hosting/Servers/Linode.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -122,7 +123,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Commands + Settings/Internet/Hosting/Servers/Linode.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -145,7 +146,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Commands + Settings/Internet/Hosting/Servers/Linode.md"
|
||||
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -170,6 +171,7 @@
|
|||
},
|
||||
"active": "74d85386e2039ea7",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/Commands + Settings/Internet/Hosting/Servers/Linode.md",
|
||||
"Pasted image 20230714160028.png",
|
||||
"Pasted image 20230714160013.png",
|
||||
"Coding Tips (Classical)/Terminal Tips/Commands + Settings/Internet/Hosting/On Hosts.md",
|
||||
|
@ -211,7 +213,6 @@
|
|||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230626101329.png",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230626101300.png",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230626071733.png",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230626034045.png",
|
||||
"Coding Tips (Classical)/Python/tools/Libraries/xlswriter",
|
||||
"Coding Tips (Classical)/Python/tools/Libraries/pandas",
|
||||
"Coding Tips (Classical)/Python/tools/Libraries/numpy",
|
||||
|
|
|
@ -14,7 +14,7 @@ Resources:
|
|||
|
||||
My Obsidian files are all stored within Google Drive. So in order to maintain sync while still preserving cloud storage space, I used a few different steps than the guides, and well really it was a culmination of it all.
|
||||
|
||||
### OLD METHOD: Making a Repo in GDrive
|
||||
#### OLD METHOD: Making a Repo in GDrive
|
||||
|
||||
1. **Find your Google Drive location and copy the directory path.
|
||||
```
|
||||
|
@ -106,6 +106,10 @@ git push -u origin main
|
|||
|
||||
Then Open Your Obsidian Vault there. You are now ready to have your changes synced from Obsidian to Git.
|
||||
|
||||
```
|
||||
git add .
|
||||
git commit -q -m "$(date)"
|
||||
```
|
||||
Push your changes once more after you have opened your vault there.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue