Changes between Version 4 and Version 5 of Other/Summer/2024/lLM


Ignore:
Timestamp:
Jul 8, 2024, 2:03:49 PM (8 days ago)
Author:
ssamant26
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2024/lLM

    v4 v5  
    99**What we did this week:**
    10101. **Github** Familiarized ourselves with Cy-Phy Lab Github, understanding system architecture, existing code, and creating our credentials. We then practiced pushing and pulling commits to Github using the following command line prompts:
    11 {{{#!div style="font-size: 80%"
    12 Code highlighting:
    13   {{{git clone https://github.com/URL-TO-REPO-HERE #to clone repository onto local
     11
     12  {{{#!python
     13git clone https://github.com/URL-TO-REPO-HERE #to clone repository onto local
    1414git status
    1515git add #takes the changes from working directory to staging area
     
    1717git commit -m "ADD_COMMIT_MESSAGE_HERE" #to ensure readable Github
    1818git push origin main #this pushes changes to the main repository from your local
    19 
    20 
    2119}}}
    2220