<aside> <img src="/icons/folder_orange.svg" alt="/icons/folder_orange.svg" width="40px" /> cd ..
</aside>
flowchart LR
workspace["<b>工作區</b>"]
index["<b>暫存區</b>"]
local["<b>本地倉庫</b>"]
remote["<b>遠端倉庫</b>"]
workspace --"git add"--> index --"git commit"--> local --"git push"--> remote
remote --"git fetch"--> local --"git restore --staged"--> index --"git restore (checkout)"--> workspace
local --"git merge"--> workspace
style workspace fill:#B22222
style index fill:#1F6E7C
style local fill:#1B600D
style remote fill:#6F2DA8
classDef WhiteFont color:#E3E3E3
class workspace,index,local,remote WhiteFont
https://indify.co/widgets/live/button/4ArzqJHNDddw2qaHQRhA