git log
git status
git stash list
git status
git add .
git stash save ‘jsmind‘
git status
git pull
git status?
git status
git cherry -v
git log
git pull
git commit -m ‘change url.‘
git log
git stash list
git stash apply stash@{0}
原文:http://www.cnblogs.com/fengnovo/p/7221786.html