Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangchen authored Dec 28, 2022
1 parent 1c65317 commit 34b0edc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kit/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,9 @@ git branch --set-upstream-to origin/makfus makfus

## Github联动VSCode
在github代码页面上,按’.‘,就能开启一个web版vscode写代码了

## git reset single file

> git checkout HEAD -- myfile.txt
其中,`--` 表示将后续参数视为文件名

0 comments on commit 34b0edc

Please sign in to comment.