Skip to content

Instantly share code, notes, and snippets.

@NeroMorto
NeroMorto / curl_time_to_first_byte.sh
Last active September 12, 2017 11:02 — forked from NapoleonWils0n/curl_time_to_first_byte.sh
bash: curl time to first byte
curl -s -o /dev/null -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" http://inserturl.here
@NeroMorto
NeroMorto / .bash_profile
Created August 7, 2017 10:07 — forked from JeffreyWay/.bash_profile
Prettier git logs
alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
¯\_(ツ)_/¯