Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.84 KB

readme.md

File metadata and controls

48 lines (30 loc) · 1.84 KB

Getting Started

To avoid problems with saved credentials I recommend using an alternate browser.

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/ARambazamba/az-400 and fork the repo or use the GitHub CLI:

gh repo fork https://github.com/arambazamba/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/ARambazamba/az-400