From e4e199f180645b812bf7fbf96ba78eb7cb525762 Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Wed, 18 Jun 2025 09:44:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Git/common.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Git/common.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Git/common.md 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