Skip to content

Rahmansgit/html-css-js-training-instilllearning

 
 

Repository files navigation

Git Commands

ex01-dark-mode-calculator

ex02-


HTML Tags

  • cite:
  • abbr:
…or create a new repository on the command line
echo "# Example" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/progaurab/Example.git
git push -u origin master
…or push an existing repository from the command line
git remote add origin https://github.com/progaurab/Example.git
git branch -M master
git push -u origin master

About

This repository has been created for the course "Full Stack JavaScript Training: MERN Stack" at Instill Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.1%
  • CSS 20.7%
  • JavaScript 4.2%