Skip to content

Commit

Permalink
利用分支修改了git笔记
Browse files Browse the repository at this point in the history
  • Loading branch information
Monchell committed Feb 4, 2020
1 parent 08effe8 commit 42470c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions git笔记.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Git使用

* 2020.2.2
*

* 主要工作

Expand Down Expand Up @@ -66,4 +66,8 @@

`git rebase --continue`即可在本地端修改

如果要到网络则需要`push -f`(慎重)
如果要到网络则需要`push -f`(慎重)

* unstaged文件,再某个节点有未完成工作然后切节点会出现暂存文件

* 需要就add,不需要就restore即可,使用git status时会有操作提示所以问题8

0 comments on commit 42470c9

Please sign in to comment.