nimaka-BootCamp / IT-115-Group-Project-Team-4

2 stars 0 forks source link

Olena - Submit any desired links for your personal webpage #31

Closed RenascentBard98 closed 6 months ago

RenascentBard98 commented 7 months ago

Submit a .txt file to the "links" file in the group repository with any links you'd like to have on your webpage.

Instructions:

  1. If you haven't already, in your command terminal clone the repository "IT-115-Group-Project-Team-4" to your local device in a directory where you can easily locate it. For example, your Desktop.

    • cd Desktop (or whichever directory the repo is in)
    • git clone IT-115-Group-Project-Team-4
  2. Choose which links you'd like to have on your webpage (if any), examples: Facebook, LinkedIn, Indeed, etc.

  3. Create a .txt file called " 's links"

  4. Navigate to the cloned repository's directory on your local device and place the .txt file into the "links" folder.

  5. In the command terminal:

    • git add .
    • git status
    • git commit -m "<any message you'd like to convey>"
    • git pull origin main
    • git push origin main
  6. You are done!

OlenaNSC commented 7 months ago

Got it!