Closed tadrill closed 8 years ago
This needs rebased onto master. Look at the network graph and see how you're based on a very old commit:
master
https://github.com/uwcse440/web-cse440-au15/network
So you need to ensure your master is current (looks like it is):
git checkout master git pull uwcse440 master git push
Then you need to rebase onto it:
git checkout FoodPic-website git rebase -i master git push -f
That'll update this.
This needs rebased onto
master
. Look at the network graph and see how you're based on a very old commit:https://github.com/uwcse440/web-cse440-au15/network
So you need to ensure your master is current (looks like it is):
Then you need to rebase onto it:
That'll update this.