git命令备忘

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}

  

posted @ 2017-07-22 16:43  fengnovo  阅读(123)  评论(0编辑  收藏  举报