Useful bits.
date -Iseconds
creates an ISO 8601 timestamp with seconds; e.g. pbpaste > "SubscriberNetworkConnectivityTests-Logs/tests-$(date -Iseconds).txt"
base64 -d | xxd -ps -c0
-w
in git show
etc to ignore whitespace — this really helps with changes that have huge amounts of indentation changesorigin/HEAD
: git remote set-head origin -a