Updated: 2023-07-18 11:05:02 + 4

main
shwetha729 2023-07-18 11:05:49 -04:00
parent 1155369283
commit f483d43e45
2 changed files with 8 additions and 7 deletions

View File

@ -172,7 +172,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md", "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/About Repositories.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -265,7 +265,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md", "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/About Repositories.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -282,7 +282,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md", "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/About Repositories.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -305,7 +305,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md" "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/About Repositories.md"
} }
} }
} }
@ -330,8 +330,9 @@
}, },
"active": "73f95872e2d90090", "active": "73f95872e2d90090",
"lastOpenFiles": [ "lastOpenFiles": [
"Coding Tips (Classical)/Project Vault/Current Occupations/Shwetha Jayaraj Notes.md", "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Github.md",
"Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md", "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian-git process.md",
"Coding Tips (Classical)/Project Vault/Current Occupations/Shwetha Jayaraj Notes.md",
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230718105051.png", "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230718105051.png",
"Machine Tips (Quantum)/Physics/Hardware/Spark Gap Physics.md", "Machine Tips (Quantum)/Physics/Hardware/Spark Gap Physics.md",
"Quantum spaces.canvas", "Quantum spaces.canvas",
@ -358,7 +359,6 @@
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/TLD.md", "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/TLD.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/IP (Internet Protocol).md", "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/IP (Internet Protocol).md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md", "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/About Browsers.md",
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230717204615.png", "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230717204615.png",
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Servers/Physical Servers", "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Servers/Physical Servers",
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Media Hosts", "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Media Hosts",

View File

@ -3,7 +3,8 @@ Github is one of the largest and most popular version control & codebase hosting
There is also this site called Githubplus for quick downloading of anything on github. As well as [a site that generates](https://github-contributions.vercel.app/) all your github contributions in a single image! There is also this site called Githubplus for quick downloading of anything on github. As well as [a site that generates](https://github-contributions.vercel.app/) all your github contributions in a single image!
- This is the quick [cheatsheet for all things github ](https://upengareri.github.io/notes/git_cheatsheet/) through your terminal - This is the quick [cheatsheet for all things github ](https://upengareri.github.io/notes/git_cheatsheet/) through your terminal
- I have made a personal more in-depth [git commands sheet ](https://docs.google.com/document/d/1am1D9IryCxSWAA6a0RcdeW6EPZYqKkNIUqmXtxDtaBE/edit?usp=sharing)as well for reference. - I have made a personal more in-depth [git commands sheet ](https://docs.google.com/document/d/1am1D9IryCxSWAA6a0RcdeW6EPZYqKkNIUqmXtxDtaBE/edit?usp=sharing)as well for reference.
- [19 Must Known Github Repos for Programmers](https://x-team.com/blog/github-repos-for-programmers/) is a useful resource to get started!