Skip to content

Instantly share code, notes, and snippets.

@here2infinity
here2infinity / .gitconfig
Created June 23, 2024 22:53 — forked from Kovrinic/.gitconfig
git global url insteadOf setup
# one or the other, NOT both
[url "https://github"]
insteadOf = git://github
# or
[url "[email protected]:"]
insteadOf = git://github
@here2infinity
here2infinity / formatted code dropdown
Created February 15, 2022 16:48 — forked from joyrexus/README.md
collapsible markdown
## collapsible markdown?
<details><summary>CLICK ME</summary>
<p>
#### yes, even hidden code blocks!
```python
print("hello world!")
```