From 93ae77c1ef9a10d1a01dd9643d3ccb1df9ad67d2 Mon Sep 17 00:00:00 2001 From: Franz Murner Date: Mon, 23 Jan 2023 01:44:10 +0100 Subject: [PATCH] Issue Addin a new section for git commands --- Git/Common Git Commands.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Git/Common Git Commands.md diff --git a/Git/Common Git Commands.md b/Git/Common Git Commands.md new file mode 100644 index 0000000..f0c5c23 --- /dev/null +++ b/Git/Common Git Commands.md @@ -0,0 +1,7 @@ + + +| Command | Description | +| -------------------- | ------------------------------------------------ | +| git rm -r --cached . | Remove all all files that excluded by .gitignore | +| git add -i | Interactive add mode | +