Files
.profile/git_rules.md
2025-10-28 17:05:09 +00:00

160 B

  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