Skip to content

Latest commit

 

History

History
87 lines (76 loc) · 4.43 KB

readme.md

File metadata and controls

87 lines (76 loc) · 4.43 KB

Online Master of Science in Computer Science by Georgia Tech

COURSES

How to use it

create new branch [student/name]

git checkout -b student/aungmyokyaw

mark checked after completing course

- [x][ cs-6300 software development process ][cs-6300]

commit changes

git add .
git commit -m "complete: cs-6300"