This website requires JavaScript.
Explore
Help
Sign In
giteadmin
/
.profile
Watch
1
Star
0
Fork
0
You've already forked .profile
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
.profile
/
git_rules.md
Jonathan Agmon
fe799c3fc4
Added git rules
2025-10-28 17:05:09 +00:00
160 B
Raw
Permalink
Blame
History
Never rm the .git dir
Never run git rm without the "--cached" option. (if really want to rm the files/dirs - use linux rm afterwards)
Always Git Status