From fe799c3fc41ecd0ae648e6eae3a5290c5e1abf3f Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Tue, 28 Oct 2025 17:05:09 +0000 Subject: [PATCH] Added git rules --- git_rules.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 git_rules.md diff --git a/git_rules.md b/git_rules.md new file mode 100644 index 0000000..e06aeeb --- /dev/null +++ b/git_rules.md @@ -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 \ No newline at end of file