Добавить Git/common.md
This commit is contained in:
parent
2d9bcfdaf0
commit
e4e199f180
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue