Development, Windows Git Bash – Trusted Auth Cert on Windows Set it to use Windows Trusted CA Store git config --global http.sslBackend schannel Continue Reading
Miscellaneous Git Count Commits by Date List of all user commits on a git repo by user between 2 dates. git shortlog -sne --since="01 Jan 2017" --before="01 Jan 2018" Continue Reading