Added git rules

This commit is contained in:
2025-10-28 17:05:09 +00:00
parent 9e2957666c
commit fe799c3fc4

3
git_rules.md Normal file
View File

@@ -0,0 +1,3 @@
1. Never rm the .git dir
2. Never run git rm without the "--cached" option. (if really want to rm the files/dirs - use linux rm afterwards)
3. Always Git Status