Day 8
x--------x
PUSHING AND UPDATE TO REPO ONCE SAVED:
GET INTO GIT: cd /c/xampp/htdocs/judsonsclocks
1. git status
2. git add (filename) or git add . (for all files)
3. git commit -m "short message goes here"
4. git push
5. git push --set-upstream origin [branch-name] (only if its the first time pushing or you set up a new branch)
x--------x
Day 8:
Project Goal: Add password, fix CSS styling issues, add google Analytics, potentially write article? Unsure
Work Log:
- fixed some css issues
- deepdive into dev tools to find and do visual debugging
- added password functionality
- updated database
- did a lot of other stuff
- added hover feature over posts
- combined and consolidated files
* I spent a few hours on call with a friend to help fix some issues and add some features so I didn't write a worklog for Day 8