Compare commits

..

4 Commits

Author SHA1 Message Date
p.belezov afcda8120a MySQL users 2025-01-22 17:19:58 +08:00
p.belezov 87d83959ea added git 2025-01-20 13:08:59 +08:00
Dhaverd 4c3c9a11a2 certbot 2025-01-19 21:31:39 +08:00
p.belezov a0f7751aa3 made links to local 2025-01-16 14:18:02 +08:00
2 changed files with 8 additions and 22 deletions

View File

@ -1,13 +0,0 @@
# git common stuff
## change remote url
```
git remote set-url origin <new url>
```
## remove permission change from git diff
```
git config core.filemode false
```

View File

@ -4,12 +4,11 @@ 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)
- [Linux](./src/branch/master/Linux/)
- - [certbot_nginx](./src/branch/master/Linux/certbot_nginx.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)
- [Git](./Git/)
- - [stash](./Git/stash.md)
- [Linux](./Linux/)
- - [certbot_nginx](./Linux/certbot_nginx.md)
- [MySQL](./MySQL/)
- - [all_foreign_keys_to_table_or_column](./MySQL/all_foreign_keys_to_table_or_column.md)
- - [identify_lock](./MySQL/identify_lock.md)
- - [users](./MySQL/users.md)