Updated: 2023-07-18 11:05:02 + 4
parent
1155369283
commit
f483d43e45
|
@ -172,7 +172,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"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",
|
||||
"source": false
|
||||
}
|
||||
|
@ -265,7 +265,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"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,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -282,7 +282,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"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,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -305,7 +305,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"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",
|
||||
"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/Current Occupations/Shwetha Jayaraj Notes.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230718105051.png",
|
||||
"Machine Tips (Quantum)/Physics/Hardware/Spark Gap Physics.md",
|
||||
"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/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/About Browsers.md",
|
||||
"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/Browser talk/Media Hosts",
|
||||
|
|
|
@ -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!
|
||||
|
||||
- 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!
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue