Recent posts

Get Current Working Branch Name

less than 1 minute read

Due to the complicated naming covention, sometimes it is not easy to remember and type in your current working branch name. The following command lets you ge...

Enable MathJax in Jekyll

less than 1 minute read

To enable the JavaScript math display engine MathJax within the Jekyll theme Minimal Mistakes, embed the following line

Push Local Branch with Specified Key

less than 1 minute read

If you register multiple SSH public keys on GitHub or GitLab, the following command will be helpful when pushing a local branch to the corresponding remote r...