First picture
Some Problems:
1. What is the complete submission and update process of Yishan?
My current process is:
A computer-> temp -> commit -> remote -> push -> ; Computer B-> temp -> pull
But there are often cases where the update fails. I don’t know if the process is correct. Do I need to manually switch versions or merge after pulling on computer B?
2.What is the difference between fetch from upstream and pull?
3.What is the difference between push and push to upstream?
4.How to switch versions?
5.How to switch branches?
6. How to merge branches?
.
fetch and pull
Switch branch
Merge branches
One time completed submission update process:
These commands correspond to the operations in the IDE.