git

git submodule

在部屬 hexo 部落格到雲端 github 時,發現主題下的 minos git status 呈現 untracked 的狀態,搜尋後才知道該主題是 clone 遠端下來的,自動會變成一個子模塊(submodule),對於習慣專案開發的我來說在客製化後不能同步實在很不方便,還是喜歡一整包放在同一個 repository 方便管理。

more

這裡記錄一些工作上會用到的 git 指令,太容易忘記了阿(扶額

分支

查看分支

1
git branch

more

在2022年某天,嘗試使用 sourcetree 推上去新 code 時,在 Github 時出現了以下錯誤訊息:

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: unable to access “…” : The requested URL returned error: 403

more

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×