Skip to content

Instantly share code, notes, and snippets.

View linearza's full-sized avatar

linearza

View GitHub Profile
@linearza
linearza / gist:d8f78a742243ad9b94843658e048eb69
Created May 18, 2023 14:38
Get the complete git history of a file that has potentially changed type
git log --oneline --follow --all -- path/to/converted/file.js
@linearza
linearza / .htaccess
Created October 4, 2016 10:50 — forked from ludo237/.htaccess
The ultimate .htaccess file. Please feel free to fork it, edit it and let me know what do you think about it.
# Apache configuration file
# httpd.apache.org/docs/2.2/mod/quickreference.html
# Note .htaccess files are an overhead, this logic should be in your Apache
# config if possible: httpd.apache.org/docs/2.2/howto/htaccess.html
# Techniques in here adapted from all over, including:
# Kroc Camen: camendesign.com/.htaccess
# perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/
# Sample .htaccess file of CMS MODx: modxcms.com
# This is the free sample of .htaccess from 6GO s.r.l.
# @author Claudio Ludovico Panetta (@Ludo237)