Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 826 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 826 Bytes

azure-resume

Diaz Azure Resume

Command to pull down code from your gethub repository (after you've created your SSH key on your local terminal with ssh keygen):

git clone [email protected]:**/****.git

[email protected]:**/****.git is the identifier to the ssh key you generated. This link can be found in the green code button where it says clone > SSH

Youtube Video showing how to generate an SSH key and add it to github: How to add an SSH key to github

commands to synch changes done in your code editor to github:

git add -A
git commit -m "Updates to readme"
git push

note: be sure that when you do this from the terminal you are in the project folder directory where the file you are updating exists

-Front end folder contains the website

-Main.js containts visitor counter code