#cpe142 Term project for advanced computer organization class
How to clone the repository:
$git clone https://github.com/leavitia/cpe142.git
(will prompt to enter username and password)
Now you can make changes to the file(s) and save the changes, after that you need to commit the file changes individually in order to push the branch:
$git commit nameofthefile.v
(will prompt to enter the updates you made to file into a text file, save this text file (Ctrl+O, Enter) with
descriptive comments of your updates and exit (Ctrl+X, Enter))
After that you should be able to push your file(s) modifications to the master branch of the repository:
$git push origin master
(will prompt to enter username and password)
Done deal! n.n