Skip to content

Instantly share code, notes, and snippets.

View magicpotion's full-sized avatar

Krystian magicpotion

View GitHub Profile
@magicpotion
magicpotion / Databases API & Stuff
Last active January 22, 2023 08:13
Databases API & Stuff ty
Databases API & Stuff
@magicpotion
magicpotion / A_System Ops
Last active April 24, 2024 06:48
System Ops
System Ops
# ssh
ssh-keygen -f /home/{user}/.ssh/{host}
ssh-copy-id -i /home/{user}/.ssh/{host} {host_user}@{host}
@magicpotion
magicpotion / CodeSnippets
Last active March 1, 2022 16:02
Code Snippets
Code Snippets
@magicpotion
magicpotion / tree.md
Created July 23, 2019 02:36
tree structure for markdown
├── app
│   ├── css
│   │   ├── **/*.css
│   ├── favicon.ico
│   ├── images
│   ├── index.html
│   ├── js
│   │   ├── **/*.js
│ └── partials/template
@magicpotion
magicpotion / A_DEPLOYMENTS
Last active August 3, 2021 06:23
DEPLOYMENTS
DEPLOYMENTS
@magicpotion
magicpotion / git_help.md
Last active January 4, 2021 17:21
git hints

-------CONFIG-----------

git config --list --show-origin

-------BRANCHES---------

git push -u origin {name}