摘要:
使用git的几种常见情形: (1)正常的情形,修改工作区的文件然后add,commit: git status ——> git stash ——> git pull ——> git stash pop ——> git add . / git add filename ——> git commit - 阅读全文
posted @ 2017-02-10 16:01
shiddong
阅读(278)
评论(0)
推荐(0)