Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 351 Bytes

PracticalML_gender_prediction

The personal public project in practical machine learning [582739] by Han Lin Test

github note

git status show uncommitted/untracked files

git add [file] add files to be committed

git commit -m "[message]" commit with message for file changes

git push origin [branch] push committed changes to the remote branch