vault backup: 2024-08-26 09:23:40
This commit is contained in:
commit
83081058a2
@ -5,7 +5,11 @@
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Cole Group",
|
||||
<<<<<<< HEAD
|
||||
"lastUpdate": 1724678552052
|
||||
=======
|
||||
"lastUpdate": 1724444879612
|
||||
>>>>>>> origin/master
|
||||
}
|
||||
],
|
||||
"renderCitations": true,
|
||||
|
||||
29
.obsidian/workspace.json
vendored
29
.obsidian/workspace.json
vendored
@ -18,8 +18,21 @@
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "a59bc03ec6d3008e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "conflict-files-obsidian-git.md",
|
||||
"mode": "source",
|
||||
"source": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@ -85,7 +98,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "1. Daily Notes/8. August/2024-08-23.md",
|
||||
"file": "conflict-files-obsidian-git.md",
|
||||
"collapseAll": true,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@ -102,7 +115,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "1. Daily Notes/8. August/2024-08-23.md",
|
||||
"file": "conflict-files-obsidian-git.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@ -125,7 +138,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "1. Daily Notes/8. August/2024-08-23.md"
|
||||
"file": "conflict-files-obsidian-git.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -148,13 +161,15 @@
|
||||
"templater-obsidian:Templater": false
|
||||
}
|
||||
},
|
||||
"active": "340833ec4499e6ab",
|
||||
"active": "a59bc03ec6d3008e",
|
||||
"lastOpenFiles": [
|
||||
"1. Daily Notes/8. August/2024-08-23.md",
|
||||
"conflict-files-obsidian-git.md",
|
||||
"Random things I found that I should look into.md",
|
||||
"1. Daily Notes/8. August/2024-08-05.md",
|
||||
"Setting up a virtual python environment (venv).md",
|
||||
"Setting up Neovim for Python.md",
|
||||
"Learning How to Use Github.md",
|
||||
"1. Daily Notes/8. August/2024-08-23.md",
|
||||
"test",
|
||||
"Learn how to use GitHub.md",
|
||||
"1. Daily Notes/8. August/2024-08-22.md",
|
||||
@ -178,8 +193,6 @@
|
||||
"1. Daily Notes/8. August/2024-08-20.md",
|
||||
"1. Daily Notes/8. August/2024-08-19.md",
|
||||
"2. Cole Group Meeting Notes/Cole Group Monitor Reccomendations.md",
|
||||
"99. Getting Used to Obsidian/Markdown Cheat Sheet.md",
|
||||
"100. Managerial Pages/1. Task Dashboard.md",
|
||||
"4. Denoising Diffusion Probabalistic Models for Robust Control",
|
||||
"199. Paper Surveys",
|
||||
"1. Daily Notes/8. August",
|
||||
|
||||
@ -11,14 +11,14 @@ tags:
|
||||
|
||||
## Tasks for today
|
||||
### Big Task
|
||||
- [/] [[Learning how to use GitHub]]
|
||||
- [x] [[Learning how to use GitHub]] ✅ 2024-08-23
|
||||
### Medium Tasks
|
||||
- [ ] [[2. pymodbus On the BeagleBone]]
|
||||
- [/] [[2. pymodbus On the BeagleBone]]
|
||||
- [ ] [[Zotero Web Sever]]
|
||||
- [ ] [[Task Management in Obsidian]]
|
||||
### Small Tasks
|
||||
- [ ] PiHole?
|
||||
- [ ] Email!
|
||||
- [/] PiHole?
|
||||
- [x] Email! ✅ 2024-08-23
|
||||
- [ ]
|
||||
- [ ]
|
||||
- [ ]
|
||||
|
||||
@ -29,7 +29,7 @@ Upload this key to GitHub- go to settings>SSH and GPG keys>add the new key
|
||||
Then add they key to the local SSH agent:
|
||||
```bash
|
||||
eval "$(ssh-agent -s)"
|
||||
sshadd ~/.ssh/id_ed5519
|
||||
ssh-add ~/.ssh/id_ed5519
|
||||
```
|
||||
|
||||
## Using an existing repository
|
||||
@ -74,4 +74,4 @@ git switch -c new-branch
|
||||
#push the new branch back to remote
|
||||
git push -u origin new-branch
|
||||
#git push (set new pushes to new branch spec) (remote destination) (branch name)
|
||||
```
|
||||
```
|
||||
|
||||
1
Random things I found that I should look into.md
Normal file
1
Random things I found that I should look into.md
Normal file
@ -0,0 +1 @@
|
||||
[Vim for MATLAB](https://github.com/daeyun/vim-matlab)
|
||||
Loading…
x
Reference in New Issue
Block a user