MSE 458 for Juncen and Chulin
Result: Found 31 new intermetallic compounds of rare-earth metals that are stable
Final report: https://github.com/PureHyd/MSE458_Final/blob/master/458Final_Extra.pdf
- Download
git clone https://github.com/PureHyd/MSE458_Final.git
- (optional) Memorize your git password
git config credential.helper store
git push https://github.com/PureHyd/MSE458_Final.git
git config --global user.name "[Your name]"
git config --global user.email [[email protected]]
- Update (Remember to update every time!)
git pull
-
Edit... Do all the work...
-
Add all files into the next commit (next upload):
git add -A
- After you add all files, show status (Tell you What have been changed):
git status
- Add changes with descriptions (Just log what you have done):
git commit -am "[Message]"
- Upload online (Now we have more progress!):
git push
- Repeat steps 3~8 👍
By the way, you can all check recent uploads by clicking the "Commits" button above the green line on this page.
Use module load python
before running a python code!