Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 240 Bytes

File metadata and controls

13 lines (7 loc) · 240 Bytes

git init = makes new repo

git add = adds file

git commit = commits file to git repo

git remote = establishes remote connection w github

git push = adds local repo to GitHub

git pull = pulls a repo to git

This is a change i am making.