conventional-changelog-cli - Generate a changelog from git metadata

conventional-changelog-cli 是一命令列工具,能解析 Git 符合 Angular style 的 Commit log,產生對應的 Change log。 ...

June 16, 2020 · 1 min · 405 words · Larry Nung

commitlint - Lint commit messages

commitlint 是一檢測 commit message 的工具。 使用上需先全域安裝 commitlint cli。 ...

June 13, 2020 · 1 min · 276 words · Larry Nung

Commitizen - Simple commit conventions for internet citizens

Commitizen 可輔助 git 操作人員使用 commit message 的規範。 ...

June 11, 2020 · 1 min · 149 words · Larry Nung

git - Check commit message with git hook

要在 git commit 時去驗證 commit message,可在 commit 的 hook 加掛驗證的處理。 ...

June 2, 2020 · 1 min · 435 words · Larry Nung

git - Commit template

如果 git commit 的 message 想要有一定的規範,可為 git 設定 commit template,設定完後 template 會在 commit 時帶出範本,供編輯修改 commit message。 ...

May 29, 2020 · 1 min · 343 words · Larry Nung

Git - Reset local branch to remote state

若在本地操作 Git 錯誤,想將本地分支還原到跟遠端分支一樣狀態的話。 ...

May 15, 2019 · 1 min · 154 words · Larry Nung

Git - Git status pager

使用 Git 做版控的程式如果一次變動過多,使用 Git Status 查閱變動時,我們會看到所有變動會一次全部都顯示出來,無法有效的查閱程式的變動。 ...

January 28, 2018 · 1 min · 118 words · Larry Nung

P4Merge - Use P4Merge as git mergetool

要將 P4Merge 與 Git 整合,使用 P4Merge 去做 Merge,可以加入 Merge tool 設定。 ...

September 19, 2017 · 1 min · 112 words · Larry Nung

Visual Studio - Clone git repository

使用 Visual Studio clone git repository,先將 Team Explorer 視窗開啟。 ...

July 24, 2016 · 1 min · 152 words · Larry Nung

[Git]使用git clean清除未加入版控的資料

筆者在使用版本控制軟體時,不知為何常常會有些暫存的資料產生。像是下面這張圖,可以很清楚的看到有些在程式碼有衝突時的暫存檔被留了下來。 ...

November 6, 2013 · 1 min · 315 words · Larry Nung