helpful_snippets/Readme.md

20 lines
861 B
Markdown

# Helpful snippets
This is a repository with useful snippets of various kinds of code
## Structure
- [Git](./src/branch/master/Git/)
- - [stash](./src/branch/master/Git/stash.md)
- - [common](./src/branch/master/Git/common.md)
- [Jujutsu](./src/branch/master/Jujutsu/)
- - [aliases](./src/branch/master/Jujutsu/aliases.md)
- [Linux](./src/branch/master/Linux/)
- - [certbot_nginx](./src/branch/master/Linux/certbot_nginx.md)
- - [processes](./src/branch/master/Linux/processes.md)
- [MySQL](./src/branch/master/MySQL)
- - [all_foreign_keys_to_table_or_column](./src/branch/master/MySQL/all_foreign_keys_to_table_or_column.md)
- - [identify_lock](./src/branch/master/MySQL/identify_lock.md)
- - [users](./src/branch/master/MySQL/users.md)
- [Windows](./src/branch/master/Windows)
- - [copy_as_another_user](./src/branch/master/Windows/copy_as_another_user.md)