Git
[Git] git swtich와 git restore
DataMiners
2021. 6. 1. 17:27
- git restore
- 스테이징 되돌리기 명령어
1
|
$ git restore --staged test.txt
|
cs |
참조
새 버전에 맞게 git checkout 대신 switch/restore 사용하기 :: Outsider's Dev Story
Git에 어느 정도 익숙하기에 새로운 기능이 나와도 일일이 테스트해보거나 자세히 확인해 보지 않았다. 얼마 전에 [Git 2.23](https://github.blog/2019-08-16-highlights-from-git-2-23/)에서 `checkout`을 대신...
blog.outsider.ne.kr