Skip to content

ryand423/azure-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My own azure resume

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published