Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
soft:git [2020/07/25 08:39] Ce Zhangsoft:git [2021/05/15 08:25] (current) Ce Zhang
Line 10: Line 10:
  
 git log git log
 +</code>
 +<code>
 +alias gitpull='git pull origin master'
 +alias gitpush='git push origin master'
 +</code>
 +
 +
 +for the second and the following git res:
 +<code>
 +mkdir diffMu
 +cd diffMu
 +git init
 +git remote add origin https://github.com/CedricZhang9516/diffMu.git
 +git pull origin master
 +* when your github branch was named master
 </code> </code>