
02:10 Oct 04, 2021
All my stories started "We".

Aug
03
Use PACMAN as a Package Manager on MOST Linux Distros
Published 22:08 Aug 03, 2021 by @ezra.
#UNIX/Linux# You can download the stable script and make it executable. On non-Arch-based system, you may use pac...

Jun
08
Git Stuffs
Published 17:06 Jun 08, 2021 by @ezra.
#Version Control# Branches - 分支
master - 默认主分支,一般功能开发不与此分支交互
hotfix-* - 问题修复分支,完成后立即合并入 master 与 develop 分支
develop...