/codecademy

Exercises

Primary LanguageJavaScript

This is a readme

Hello sir

This is going to be committed.

How to commit and push to remote

  1. git add .
  2. git commit -m 'testing branch commit'
  3. git push

How to pull changes from github

git pull

How to check which branch you are on

git branch -a

How to create a new branch

git checkout -b branch-name

console.log('hello')