筆記: Git
- [Github] 建立生成 ssh key 與 ~/.ssh/config [Github] 建立生成 ssh key 與 ~/.ssh/config
- [git-lfs] 使用 ssh-agent 解決 安裝 git-lfs 後 key passphrase 需要大量重複輸入問題
- [Git] 追蹤遠端分支(Remote Branch) [Git] 追蹤遠端分支(Remote Branch)
- [Git] 回到上一個commit, 並保留所有改變(reset soft) [Git] 回到上一個commit, 並保留所有改變(reset soft)
- [Git] 新增本地端分支(checkout new branch) [Git] 新增本地端分支(checkout new branch)
- [Git] 修改 git commit 的作者名稱 author name 與 email [Git] 修改 git commit 的作者名稱 author name 與 email
- [Git] 回到上一個commit, 並復原所有改變(reset hard) [Git] 回到上一個commit, 並復原所有改變(reset hard)
- [Git] 上傳到遠端(push remote) [Git] 上傳到遠端(push remote)
- 刪除本地端分支(delete local branch) 刪除本地端分支(delete local branch)
- [Git] 刪除遠端分支 (Delete remote branch) [Git] 刪除遠端分支 (Delete remote branch)