# git common stuff ## change remote url ```bash git remote set-url origin ``` ## remove permission change from git diff ```bash git config core.filemode false ```