1. install git (git —version)
  2. vs code . (to open terminal
  3. mkdir webproject (to make a project directory
  4. cd webproject/ (switch directory
  5. touch text.txt (create a new file for repo

Screenshot (462).png

  1. code . (open repo in vs code

Screenshot (463).png

  1. edit th text me file ( my name is joyayah, i m learning git and github then save

Screenshot (464).png

  1. go to view on vs code open and click terminal
  2. git init (to initialize

Screenshot (465).png

  1. git config user.name “joyayah” and
  2. git config user.emal “joyayah32@gmail.com”(to configure identity

Screenshot (467).png

  1. to check config (git config --list) then q
  2. git add

Screenshot (468).png

  1. git commit -m "I am learning Git and GitHub" (to commit)