[GitHub] 使用 GitHub CLI (gh) 觸發還在 PR 中的 GitHub Actions workflow 測試
最近在研究修改 GitHub Actions 的 workflow, 不過卻遇到一個問題:我要怎麼測試我修改的 workflow 呢? 我的修改是…
最近在研究修改 GitHub Actions 的 workflow, 不過卻遇到一個問題:我要怎麼測試我修改的 workflow 呢? 我的修改是…
最近在執行 git pull 指令時,常常出現一個 not our ref 的錯誤: $ git pull -p -v …… Fetching sub…
今天在 git checkout 一個 repo 時, 出現了一個 Encountered 1 file that should have been a poi…
平常改完程式,就是用 git commit 將東西儲存起來, 不過有時會突然遇到客戶遇到某個 bug, 必須從那個客戶使用的版本去修正, 而不能給他最新的版本 …
最近被 git submodule 搞的很煩… 本來 git clone 完成之後,想跑 git submodule update –init …
今天同事在問說能不能在 PR (Pull Request) 被合併 (merge) 後, 自動刪除已經被合併的分支 (branch)~ 這才發現,原來 Gith…
今天用 git clone 複製一個儲存庫 (repo) 時, 出現了 Encountered 26 file(s) that should have been…