-
Clone repository with CLI, GitHub Desktop doesn't seem to properly reconize SSH credentials
git clone https://github.com/Organization/Repository
-
- Click
Add local repository..
- Click
๐ชซ
Curtesy to https://stackoverflow.com/a/69223288
- Navigate to your VSC folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const script = document.querySelector(`[ type = 'application/ld+json' ]`) | |
| const raw = script.textContent | |
| const text = JSON.stringify(JSON.parse(raw),null,4) | |
| async function log (){ |
For some reason I can never find this anything about this, so here so I don't forget.
SomeElement.ts
declare class Class extends HTMLElement {
constructor ()
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://stackoverflow.com/a/22027731 | |
| ```sh | |
| git config --global url.ssh://[email protected]/.insteadOf https://github.com/ | |
| ``` |
OlderNewer