Compare commits

..

8 Commits

Author SHA1 Message Date
Dhaverd eb557b89a1 Обновить Readme.md 2025-06-18 09:45:37 +03:00
Dhaverd e4e199f180 Добавить Git/common.md 2025-06-18 09:44:54 +03:00
p.belezov 2d9bcfdaf0 MySQL users 2025-01-22 17:22:37 +08:00
p.belezov df16a13800 added git to readme 2025-01-20 13:06:24 +08:00
p.belezov 74aaa072aa added git 2025-01-20 13:05:12 +08:00
Dhaverd 1502f90c91 fixed readme 2025-01-19 21:33:09 +08:00
Dhaverd 7ac2b47822 certbot 2025-01-19 21:27:19 +08:00
p.belezov 80156574dd removed old link 2025-01-16 14:19:36 +08:00
2 changed files with 22 additions and 8 deletions

13
Git/common.md Normal file
View File

@ -0,0 +1,13 @@
# 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,11 +4,12 @@ This is a repository with useful snippets of various kinds of code
## Structure
- [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)
- [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)