Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 811 Bytes

lab_report_4.md

File metadata and controls

22 lines (22 loc) · 811 Bytes

1. Editing code using vim

Here is the list of the things I ned to do.
1.Setup Delete any existing forks of the repository you have on your account
2.Setup Fork the repository
3.The real deal Start the timer!
4.Log into ieng6
5.Clone your fork of the repository from your Github account
6.Run the tests, demonstrating that they fail
7.Edit the code file to fix the failing test
8.Run the tests, demonstrating that they now succeed
9.Commit and push the resulting change to your Github account (you can pick any commit message!)
I will start recording my steps after step 4
Step 4
type

ssh cs15lsp23jn@ieng6.ucsd.edu <enter>

Step 5

git clone git@github.com:ucsd-cse15l-s23/lab7.git

Step 6