Windows GIT Repository Connection
Start your windows machine
Download and install GIT from: https://git-scm.com/download/win

Make sure you have Git Bash checked during installation:
Continue with the default selections
Launch Git Bash
Type
pwdto see current directory

Go to your Git repo

Copy and paste the url and clone it using
git clone

Go to your new directory

cd SYS-320-Automationg-and-Scripting/mkdir week1touch firstfile.ps1nano.exe firefile.ps1

cat firstfile.ps1

git commit -m "commit message"

Git add the file
Verify your identity.

cdto the main directoryGit commit -m "message"
Get push and then -->
you should get a sign in pop up

Make a classic token on GitHub with the following settings:

put the token in the Git pop-up in the VM.
git push

Last updated