Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
soft:git [2020/07/25 08:39] – Ce Zhang | soft:git [2021/05/15 08:25] (current) – Ce Zhang | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | =====git===== | ||
< | < | ||
git init | git init | ||
Line 9: | Line 10: | ||
git log | git log | ||
+ | </ | ||
+ | < | ||
+ | alias gitpull=' | ||
+ | alias gitpush=' | ||
+ | </ | ||
+ | |||
+ | |||
+ | for the second and the following git res: | ||
+ | < | ||
+ | mkdir diffMu | ||
+ | cd diffMu | ||
+ | git init | ||
+ | git remote add origin https:// | ||
+ | git pull origin master | ||
+ | * when your github branch was named master | ||
</ | </ |