diff --git a/Git/common.md b/Git/common.md new file mode 100644 index 0000000..41b9bd1 --- /dev/null +++ b/Git/common.md @@ -0,0 +1,13 @@ +# git common stuff + +## change remote url + +``` +git remote set-url origin +``` + +## remove permission change from git diff + +``` +git config core.filemode false +``` \ No newline at end of file