Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 295 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 295 Bytes

js-code

A code repo for javascript series at chai aur code youtube channel

Inital Commit Changes

How to push code to github from vs-code

1. git add .
2. git commit -m 'commit message'
3. git push origin main ( Note : this main is branch name which you can see in left bottom)