[Git] .git版本控制系統 – 指令速查表 (彙整教學)
以下為彙整其他Git資料加上自己持續再更新修改,如有問題或建議歡迎回覆! Remote | Branch | Commit | Tag | Rebase | Update-index | Log | Show | Conflict Strategy | Stash | Blame | Gitignore Config – 環境設定 git config –global user.name “Nick” git config –global user.email nick@example.com git config […]