Skip to content

Instantly share code, notes, and snippets.

View zhuoqun-chen's full-sized avatar
🚀
Let's Go!

Zhuoqun(Jack) Chen zhuoqun-chen

🚀
Let's Go!
View GitHub Profile
@zhuoqun-chen
zhuoqun-chen / x11_docker_mac.md
Created July 23, 2023 05:21 — forked from cschiewek/x11_docker_mac.md
X11 in docker on macOS

To forward X11 from inside a docker container to a host running macOS

  1. Install XQuartz: https://www.xquartz.org/
  2. Launch XQuartz. Under the XQuartz menu, select Preferences
  3. Go to the security tab and ensure "Allow connections from network clients" is checked.
  4. Run xhost + ${hostname} to allow connections to the macOS host *
  5. Setup a HOSTNAME env var export HOSTNAME=`hostname`*
  6. Add the following to your docker-compose:
 environment:

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@zhuoqun-chen
zhuoqun-chen / actionlist.vim
Created January 10, 2023 20:08 — forked from zchee/actionlist.vim
IdeaVim actionlist
--- Actions ---
$Copy <M-C>
$Cut <M-X> <S-Del>
$Delete <Del> <BS> <M-BS>
$LRU
$Paste <M-V>
$Redo <M-S-Z> <A-S-BS>
$SearchWeb <A-S-G>
$SelectAll <M-A>
$Undo <M-Z>
@zhuoqun-chen
zhuoqun-chen / EECS精品课程.md
Last active November 14, 2021 10:57
汇总优秀的EECS类的精品课程
@zhuoqun-chen
zhuoqun-chen / 使用Git的业务情景及相应操作方法汇总.md
Created September 28, 2021 06:59
使用Git的业务情景及相应操作方法汇总
@zhuoqun-chen
zhuoqun-chen / 一个搜集好玩、好用的小工具的备忘录.md
Created September 28, 2021 06:56
一个搜集好玩、好用的小工具的备忘录
@zhuoqun-chen
zhuoqun-chen / Ubuntu20.04下Octave踩坑记录.md
Created September 27, 2021 08:41
Ubuntu20.04下Octave踩坑记录
@zhuoqun-chen
zhuoqun-chen / Ubuntu 20.04 桌面版应用、美化、配置备忘录[持续更新].md
Created September 26, 2021 14:36
Ubuntu 20.04 桌面版应用、美化、配置备忘录[持续更新]

使用Gitmoji进行git commit的快速查阅指南

前言

大家应该都知道用表情符号规范git commit内容的一个很火很好玩的项目叫做Gitmoji

Gitmoji是一个开源项目,专门规定了在 Github提交代码时应当遵循的emoji规范。

但是对于初学者,面对这么多的图标,经常不知道图标对应着什么意思,我就想有没有什么方法帮助我们快速查阅这些图标对应的意思,方便刚入门的中文开发者更好上手呢?这就是本文的初衷。

在汇总了自己以及网络上的方法后,有了本文这篇方便查阅gitmoji的指南,利用gitmoji帮助我们更好的git commit