Learning how to GIT
**first: add changes to be committed git add . means add current director aka all
**git status literally write that and verify changes have been staged
**git commit -m include a message of what you did in quotes "changed function a"
**git push