What’s up with you remote branches?
- Do you even need to git pull?
- Are you up to date with the code from remote?
Use git remote update
then git status
. Git will tell you.
Edit: This page made me realize I need to pay closer attention to my css. Code tag here looks ugly.