This post is for demo purpose as part of the class of Gateway to RnD.
Assignment
Read about M1 chip. Write down your questions, observations.
Watch the Apple event video. And write down your observations.
Actions to be done
Install Git in your machine.
Note: One time configuration of user name and email id must be done.
Example commands are:
git config –global user.name “Sai”
git config –global user.email “sai@example.com”
Created a directory
git init
Added a new file README.md using VScode
We did the stadard flow of
git status, git add, git status, git commit
Create a repository in Github.
We cofigured to the remote repository.
We pushed our local repository.
Your website must be up and running.
e.g: cyclops331.github.io