what is the complete upload and update process for git?
- I am clone on another computer. My git remote library "be"
- then submit
- then I modify the code in "be" directly in the remote library
- then fetch in my local
the flow is probably clone
= > push
= > remote library modification
= > fetch
what I want to know is how do I compare with local code text when I update from a remote library? What is the git code for this process?