Windows Softwares

Cross Firewall

Git

Tips:

批量改 email:

    git filter-branch --commit-filter '
    GIT_AUTHOR_EMIAL="XXXX@XXX.COM";
    git commit-tree "$@";
    ' HEAD

Python

Web Front

Windows Commands