- install git (git —version)
- vs code . (to open terminal
- mkdir webproject (to make a project directory
- cd webproject/ (switch directory
- touch text.txt (create a new file for repo
.png)
- code . (open repo in vs code
.png)
- edit th text me file ( my name is joyayah, i m learning git and github then save
.png)
- go to view on vs code open and click terminal
- git init (to initialize
.png)
- git config user.name “joyayah” and
- git config user.emal “joyayah32@gmail.com”(to configure identity
.png)
- to check config (git config --list) then q
- git add
.png)
- git commit -m "I am learning Git and GitHub" (to commit)