Issue Addin a new section for git commands

This commit is contained in:
2023-01-23 01:44:10 +01:00
parent 1cebd305ce
commit 93ae77c1ef

View File

@@ -0,0 +1,7 @@
| Command | Description |
| -------------------- | ------------------------------------------------ |
| git rm -r --cached . | Remove all all files that excluded by .gitignore |
| git add -i | Interactive add mode |