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