Добавить Git/common.md

This commit is contained in:
Dhaverd 2025-06-18 09:44:54 +03:00
parent 2d9bcfdaf0
commit e4e199f180

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
```