Updated: 2023-07-14 16:13:09
parent
c23290b365
commit
896e0b994e
|
@ -13,7 +13,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"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",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
|
@ -89,7 +89,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 654.5
|
"width": 200,
|
||||||
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "e641d8c09a3445f6",
|
"id": "e641d8c09a3445f6",
|
||||||
|
@ -105,7 +106,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"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,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -122,7 +123,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"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,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -145,7 +146,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"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",
|
"active": "74d85386e2039ea7",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/Commands + Settings/Internet/Hosting/Servers/Linode.md",
|
||||||
"Pasted image 20230714160028.png",
|
"Pasted image 20230714160028.png",
|
||||||
"Pasted image 20230714160013.png",
|
"Pasted image 20230714160013.png",
|
||||||
"Coding Tips (Classical)/Terminal Tips/Commands + Settings/Internet/Hosting/On Hosts.md",
|
"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 20230626101329.png",
|
||||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230626101300.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 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/xlswriter",
|
||||||
"Coding Tips (Classical)/Python/tools/Libraries/pandas",
|
"Coding Tips (Classical)/Python/tools/Libraries/pandas",
|
||||||
"Coding Tips (Classical)/Python/tools/Libraries/numpy",
|
"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.
|
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.
|
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.
|
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.
|
Push your changes once more after you have opened your vault there.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue