Have you noticed that after renaming or moving a file git override and create a brand new git history? Lets fix this!
Just use git mv
git mv foo.txt bar.txt
git commit
Easy enough to miss this and just forget it but it will help out while tracking back some issues in the future.
<< All Posts
Previous post:
How to uncompress .tar.xz OR .xz (Ubuntu Linux)
How to uncompress .tar.xz OR .xz (Ubuntu Linux)
Next post:
Using fail2ban, how to block an IP for 1 minute after 3 Nginx 404 errors in the last minute
Using fail2ban, how to block an IP for 1 minute after 3 Nginx 404 errors in the last minute