arjunbhatt670/html_css_and_javascript_course
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
steps-------
|| change directory (to the location from where you want to push data from pc)
|| git init
|| git add . (to check use git status)
|| git commit -m "First commit"
|| git remote add origin https://github.com/arjunbhatt670/qwerty.git
|| git push -u origin master