The Ultimate Guide to Using Git (change the title) Check status of the repo: ``` git status ``` View differences between your working copy and current "HEAD" in git: ``` git diff ```