uwcse440 / web-cse440-au15

1 stars 14 forks source link

changed filename to index #112

Closed tadrill closed 8 years ago

jayfo commented 8 years ago

This feature branch is based off your prior commit, rather than our current master.

https://github.com/uwcse440/web-cse440-au15/network

You want to ensure your master is current, then rebase onto it.

git checkout master
git pull uwcse440 master
git push
git checkout FoodPic-website
git rebase master
git push -f

That'll update this pull request, since the request points at FoodPic-website.