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