Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
afcda8120a | ||
|
87d83959ea | ||
|
4c3c9a11a2 | ||
|
a0f7751aa3 |
|
@ -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
|
||||
```
|
17
Readme.md
17
Readme.md
|
@ -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)
|
Loading…
Reference in New Issue