Skip to content

Latest commit

 

History

History
 
 

00-getting-started

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Getting Started

To avoid problems with saved credentials I recommend using an alternate browser or log of all accounts in your browser before starting the lab.

Configure Git on the Lab VM - Optional

Set User and E-Mail in order to be able to commit to git:

git config --global user.name "Your Name"
git config --global user.email "[email protected]"

Setup Git and Fork the class repo

Go to https://github.com/alexander-kastil/az-400 and fork the repo or use the GitHub CLI:

gh repo fork https://github.com/alexander-kastil/az-400

forking-wf

The forking-workflow allows you to commit your changes to your fork of the repo and still get updates on the repo

forking-wf

Clone Class Repo:

git clone https://github.com/Student01/az-400

Note: If you have forked the class repo clone your own fork, otherwise use https://github.com/alexander-kastil/az-400