keenanmalloy / codecademy

Exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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')

About

Exercises


Languages

Language:JavaScript 80.1%Language:CSS 11.2%Language:HTML 8.6%